Hong Xu
1ab7789f38
Emacs: Protobuf mode should be derived from prog-mode ( #9076 )
...
Prog mode is a basic major mode for buffers containing programming
language source code:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Basic-Major-Modes.html
A lot of programming mode setup is based on whether the major mode is
derived from `prog-mode`.
3 years ago
Adam Cozzette
1f66b1b032
Sync from Piper @402594188
...
PROTOBUF_SYNC_PIPER
3 years ago
Jimmy Yuen Ho Wong
ae4fd1e24b
Fix cl deprecation warning ( #9046 )
3 years ago
Joshua Haberman
25755efc4f
Sync from Piper @319848517
...
PROTOBUF_SYNC_PIPER
4 years ago
Yue Zhu
582558a589
Add imenu index support
5 years ago
Joshua Haberman
0a737d8eb0
Sync from Piper @313142438
...
PROTOBUF_SYNC_PIPER
5 years ago
Evan Klitzke
39d730dd96
Use lexical-binding in protobuf-mode.el
5 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Philipp Stephani
979107ec7a
Improve fix for https://github.com/google/protobuf/issues/295
...
Requiring the legacy ‘cl’ library unconditionally pollutes the namespace.
Instead, require it only when compiling and in known-broken versions.
This is almost the same patch that opoplawski suggested, except that I removed
the test for ‘emacs-repository-version’, which isn’t defined in Emacs 24.3.
8 years ago
Yutian Li
ddf6d1eb75
[master] Add dependency cl. Fixes google/protobuf#295 .
8 years ago
Bo Yang
5db217305f
down-integrate internal changes
10 years ago
kenton@google.com
d5cf7b55a6
Some sort of emacs protobuf mode fix.
15 years ago
kenton@google.com
f4c6e4b37e
Fix protobuf-mode on XEmacs.
15 years ago
kenton@google.com
31afcd730b
Fix problems with emacs protobuf mode, I guess. See < http://www.opensubscriber.com/message/emacs-devel@gnu.org/7155093.html >. Patch from domq@google.com.
16 years ago
kenton@google.com
2cdba5baee
Add Emacs editor mode. Contributed by Alexandre Vassalotti.
16 years ago