Re: emacs ignores certain commands in .emacs

2000-05-19 Thread Karl M. Hegbloom
> "Johann" == Johann Spies <[EMAIL PROTECTED]> writes: Johann> I like emacs and prefer it to xemacs because of xemac's delete-key and Johann> backspace key behaviour which differs between the console and X Johann> environments. But I have a few problems which I do not understand.

Re: emacs ignores certain commands in .emacs

2000-05-19 Thread Peter S Galbraith
I won't address all your problems... > In my .emacs file I have inter alia the following: > > (setq text-mode-hook 'turn-on-auto-fill) You want (add-hook 'text-mode-hook 'turn-on-auto-fill) > (setq reftex-plug-into-AUCTeX t) > (setq reftex-enable-partial-scans t) > (setq reftex-save-parse-i

emacs ignores certain commands in .emacs

2000-05-19 Thread Johann Spies
I like emacs and prefer it to xemacs because of xemac's delete-key and backspace key behaviour which differs between the console and X environments. But I have a few problems which I do not understand. In my .emacs file I have inter alia the following: (setq text-mode-hook 'turn-on-auto-fill) (se