|
Getting cedet-1.0pre6 to work with emacs
|
| |
I installed the latest cedet and byte-compiled it succesfully as per instructions but I get error when loading emacs. Any ideas how fix the following? -- ~/.emacs snippet -- ;; CEDET Settings ;; Initialize CEDET (load-file "~/elisp/cedet-1.0pre6/common/ cedet.el") ;; Enable EDE (Project Management) features... more »
|
|
Parenthesis matching
|
| |
Hi, added these lines to my .emacs-file, so that parenthesis are automatically matched: (setq skeleton-pair t) (global-set-key (kbd "(") 'skeleton-pair-insert-maybe) (global-set-key (kbd "{") 'skeleton-pair-insert-maybe) But it does not work in cc-mode. Any idea? Regards, Chris
|
|
Command Line call
|
| |
I've searched to no avail! How do I tell emacs to open a shell when it starts up??? I'm running emacs-snapshot-gtk / Ubuntu 8.04 Thank You, Barrie
|
|
PGG: multiple requests for passphrase
|
| |
I've been using pgg with gpg for several years in Emacs / Gnus on Windows, and it's worked as I expected. I recently moved to Linux (Ubuntu 8.04) and grabbed their Emacs 22.1.1 and Gnus 5.11 (the same as I had on Windows IIRC). Now when I send a signed message, it asks me for my passphrase twice.... more »
|
|
emacs 23 input method changes
|
| |
I just upgraded my ubuntu system to Hardy Heron, which has emacs 23 as the default emacs, instead of emacs 22. I had been using the TeX input method for occasional non-ascii characters, such as é or ü. This no longer works for me, because the default seems to be that after you've typed a backslash, it goes on reading several characters,... more »
|
|
tramp problems on upgrading to emacs 22
|
| |
I have been using emacs 21.4.1 on Debian Etch for about a year now, and have installed plenty of extra packages. I often use tramp (2.0.54) to edit files on my desktop from my laptop. Today I installed emacs 22.2.1 after reading good things about it. However, whenever it starts up tramp automatically tries to connect to my desktop, and asks me for my password.... more »
|
|
test
|
| |
Sorry for the noise, please disregard. I need to determine whether I'm able to post from the office.
|
|
Issue with .emacs, files not loading
|
| |
I used to have everything in one .emacs file. Now I've split it up into various files for different systems (I use Mac OS X and GNU/Linux). This is my .emacs file: ;; Check to see if running on Mac OS X or some GNU/Linux distro (defvar macosx-p (string-match "darwin" (symbol-name system-type))) (defvar linux-p (string-match "gnu/linux" (symbol-name system-type)))... more »
|
|
|