Re: Moving to XEmacs
"Stephen J. Turnbull" <[email protected]> Mon, 19 Apr 2004 19:08:02 +0900
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "David" == David E <[email protected]> writes: David> 1. Customized Syntax Highlighting: It's non-trivial. We'd like to fix that, but it hasn't been done yet. GNU Emacs does this better if you really want it that bad. David> 2. Encrypted Files In vim I can run ":X" and it will David> encrypt the file with a password of my choice, and the file David> gets encrypted (including the swap file and backup file), David> when I open it, vim asks for my password, and decrypts it David> (although the file is still encrypted when I save it). Install the gpg and/or crypt++ packages (M-x list-packages). I don't know whether they support dealing with the swap file and backup files automatically. David> 3. Autocompletion like Visual C++ Is it possible to have David> autocompletion like Visual C++'s, or anything close to it? I have no idea what you're talking about. ;-) There is a library called skeleton.el (requires you to set things up if there isn't a mode already), there are the abbrev (requires you to define abbreviations) and dynamic abbreviation (M-/ -- searches all buffers for completions of the current prefix) facilities. -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.