Re: my-text-mode

2002-01-05 Thread Franco Vite
[sab 05/01/2002, ore 00:34] = Im Eunjea scrive: maybe this will help? It's from Walt Mankowski's .emacs and I just put (turn-on-font-lock). ;; Automatically go into mail-mode and auto-fill-mode if filename ;; starts with /tmp/mutt, and move past the mail headers. (setq auto-mode-alist

Re: my-text-mode

2002-01-05 Thread Samuel Padgett
Franco Vite [EMAIL PROTECTED] writes: I use vim, and when I replay I've: blablablabla = magenta blablabla = red blablabla = green Hm. All three lines are the same color for me in Vim. Did you do anything special to get this? Whit emacs , and are

Re: my-text-mode

2002-01-05 Thread Will Yardley
Samuel Padgett wrote: Franco Vite [EMAIL PROTECTED] writes: I use vim, and when I replay I've: blablablabla = magenta blablabla= red blablabla = green Hm. All three lines are the same color for me in Vim. Did you do anything special to get

Re: my-text-mode

2002-01-05 Thread Franco Vite
[sab 05/01/2002, ore 13:02] = Samuel Padgett scrive: Franco Vite [EMAIL PROTECTED] writes: I use vim, and when I replay I've: blablablabla = magenta blablabla= red blablabla = green Hm. All three lines are the same color for me in Vim. Did

Re: my-text-mode

2002-01-05 Thread Franco Vite
[sab 05/01/2002, ore 10:42] = Will Yardley scrive: i get different colors in vim too. The same... probably depends which version of the 'mail' syntax file you have... It depends which version of fantasy I have... ;-) w -- Franco Quello che abbiamo e' quello che ci siamo presi, e

Re: my-text-mode

2002-01-05 Thread Samuel Padgett
Franco Vite [EMAIL PROTECTED] writes: hi mailQuoted1ctermfg=darkcyan hi mailQuoted2ctermfg=darkgreen hi mailQuoted3ctermfg=darkred hi mailQuoted4ctermfg=darkmagenta hi mailQuoted5ctermfg=darkblue hi mailQuoted6ctermfg=darkcyan hi mailQuoted7

Re: my-text-mode

2002-01-04 Thread Franco Vite
[gio 03/01/2002, ore 21:48] = Walt Mankowski scrive: [...] There is a way to have differents quote colors, in emacs? -- Franco Quello che abbiamo e' quello che ci siamo presi, e quello che ci siamo presi e' solo una piccola parte di quello di cui abbiamo bisogno

Re: my-text-mode

2002-01-04 Thread Im Eunjea
* Franco Vite [EMAIL PROTECTED] [2002-01-04 16:01]: [gio 03/01/2002, ore 21:48] = Walt Mankowski scrive: [...] There is a way to have differents quote colors, in emacs? maybe this will help? It's from Walt Mankowski's .emacs and I just put (turn-on-font-lock). ;; Automatically go

Re: my-text-mode

2002-01-04 Thread Walt Mankowski
On Sat, Jan 05, 2002 at 12:34:15AM +0300, Im Eunjea wrote: * Franco Vite [EMAIL PROTECTED] [2002-01-04 16:01]: There is a way to have differents quote colors, in emacs? maybe this will help? It's from Walt Mankowski's .emacs and I just put (turn-on-font-lock). I have

Re: my-text-mode

2002-01-04 Thread Samuel Padgett
Walt Mankowski [EMAIL PROTECTED] writes: I have (turn-on-font-lock) (global-font-lock-mode t) (setq font-lock-maximum-decoration t) (just to be safe) elsewhere in my .emacs. :-) If you're using GNU Emacs, you only need (global-font-lock-mode 1) The other lines are superfluous.

Re: my-text-mode

2002-01-04 Thread Walt Mankowski
On Fri, Jan 04, 2002 at 10:02:50PM -0500, Samuel Padgett wrote: If you're using GNU Emacs, you only need (global-font-lock-mode 1) The other lines are superfluous. I was wondering about that when I posted it... :-) msg22303/pgp0.pgp Description: PGP signature

my-text-mode

2002-01-03 Thread giorgian
hi all, i defined the function my-text-mode in my .emacs file, to set all my mail editing preferences; i put in my .muttrc the row: set editor=emacs -f my-text-mode but it doesn't work: mutt still opens my emacs in the default mode (lisp interaction); i don't want to change the default mode

Re: my-text-mode

2002-01-03 Thread Volker Moell
giorgian wrote: i put in my .muttrc the row: set editor=emacs -f my-text-mode but it doesn't work: mutt still opens my emacs in the default mode (lisp interaction); i don't want to change the default mode, just to use my-text-mode with mutt. Try set editor=emacs %s --eval '(my-text

Re: my-text-mode

2002-01-03 Thread Samuel Padgett
giorgian [EMAIL PROTECTED] writes: i defined the function my-text-mode in my .emacs file, to set all my mail editing preferences; Would be nice to see this function. Do you use `defined-derived-mode'? i put in my .muttrc the row: set editor=emacs -f my-text-mode I think it is better

Re: my-text-mode

2002-01-03 Thread Walt Mankowski
On Thu, Jan 03, 2002 at 03:40:19PM +0100, giorgian wrote: hi all, i defined the function my-text-mode in my .emacs file, to set all my mail editing preferences; i put in my .muttrc the row: set editor=emacs -f my-text-mode but it doesn't work: mutt still opens my emacs in the default