quick emacs question

2008-07-01 Thread Daniel Dalton
If I do some editing in emacs and make the line ending go past 80 characters, so a \ appears, how can I get emacs to go through the document and readjust the right margin, so each line only goes out to coll 80? I have a line in .emacs that controls this already, but with docs from other people,

Re: quick emacs question

2008-07-01 Thread Volkan YAZICI
On Tue, 1 Jul 2008, Daniel Dalton [EMAIL PROTECTED] writes: If I do some editing in emacs and make the line ending go past 80 characters, so a \ appears, how can I get emacs to go through the document and readjust the right margin, so each line only goes out to coll 80? I have a line in

Re: Emacs question

2002-03-18 Thread Glyn Millington
Tom Cook [EMAIL PROTECTED] writes: Yeah, that works... in both emacs and xemacs... but man, how can you put up with those colours??? Aaargh! It's the windows hotdog-stand theme! Hey, it's gorgeous!! I *like* black/darkbackgrounds and fiery frames etc May be a sign of my ultimate

Re: Emacs question

2002-03-17 Thread Tom Cook
Glyn Millington wrote: R.Pac [EMAIL PROTECTED] writes: Hi all, how can I change the background of the menubar under emacs (version 20.x) ? In .Xdefaults or .Xsession, with xresources setting Emacs*menubar*Foreground:Red Emacs*menubar*Background:Gold for

Re: Emacs question

2002-03-16 Thread Me
Le 13/03/02 à 18:08, Dan Griswold a écrit: Dan Try putting the following in your .Xdefaults file: Dan Dan Emacs*menubar*Background: #9F9FB5 Dan Emacs*menubar*Foreground: DarkBlue Dan Dan fin du message de Dan Griswold Thanks all folk, I've have already written a

Re: Emacs question

2002-03-16 Thread Henrik Enberg
Me [EMAIL PROTECTED] writes: Le 13/03/02 à 18:08, Dan Griswold a écrit: Dan Try putting the following in your .Xdefaults file: Dan Dan Emacs*menubar*Background: #9F9FB5 Dan Emacs*menubar*Foreground: DarkBlue Dan Dan fin du message de Dan Griswold Thanks all

Emacs question

2002-03-13 Thread R . Pac
Hi all, how can I change the background of the menubar under emacs (version 20.x) ? thanks -- R Pac

Re: Emacs question

2002-03-13 Thread Glyn Millington
R.Pac [EMAIL PROTECTED] writes: Hi all, how can I change the background of the menubar under emacs (version 20.x) ? In .Xdefaults or .Xsession, with xresources setting Emacs*menubar*Foreground:Red Emacs*menubar*Background:Gold for example - except that these may not be

Re: Emacs question

2002-03-13 Thread Dan Griswold
Try putting the following in your .Xdefaults file: Emacs*menubar*Background: #9F9FB5 Emacs*menubar*Foreground: DarkBlue HTH, Dan

Re: Emacs question

2001-09-29 Thread Joe Bouchard
On Thu, Sep 27, 2001 at 12:18:09AM -0500, Josh McKinney wrote: I have what seems like a simple question but has become tough to find an answer. I have been playing around with Emacs for a little while and have noticed one thing thats really bothers me. Why can't I tab(indent) a new line in

Emacs question

2001-09-27 Thread Josh McKinney
I have what seems like a simple question but has become tough to find an answer. I have been playing around with Emacs for a little while and have noticed one thing thats really bothers me. Why can't I tab(indent) a new line in c-mode? Basically when I open a *.c file and want to indent a line

Re: Emacs question

2001-09-27 Thread Andrew Perrin
Probably because c-mode uses the tab key to enforce an indentation style. Try opening a loop in C, then using tab on the next line: it should be indented according to the looping level of the program you're writing. Most programming modes (e.g., perl-mode, cperl-mode) do the same thing to assist

Re: Emacs question

2001-09-27 Thread Ashton Trey Belew
Greetings, On Thu, Sep 27, 2001 at 12:18:09AM -0500, Josh McKinney wrote: noticed one thing thats really bothers me. Why can't I tab(indent) a new line in c-mode? Basically when I open a *.c file and want to indent a line I hit tab I am with the previous person, cc-mode will