help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [h-e-w] what changed with C-l ????


From: Scott, Steven
Subject: RE: [h-e-w] what changed with C-l ????
Date: Sun, 28 Jul 2002 14:12:05 -0700

Thanks, Harald.  Your suggestion worked like a charm.
Steve 

-----Original Message-----
From: address@hidden
To: address@hidden
Sent: 7/26/2002 11:09 PM
Subject: Re: [h-e-w] what changed with C-l ????


"Scott, Steven" <address@hidden> writes:

> I recently upgraded to gnu emacs 21.1.1 on my PC.  The upgrade appears
> to have changed the default behavior of C-l (the recenter command).
> Now, when I am writing a C program and hit C-l, emacs attempts to put
> the first line of the program at the top of the screen if it will fit.
> I prefer the old behavior, how do I get it back???
> 
> When I type C-h k (i.e. 'help with this key') for C-l I get the
> following:
> 
> C-l runs the command hilit-recenter
>    which is an interactive compiled Lisp function in `hilit19'.
> (hilit-recenter ARG)

hilit19 is obsolete. emacs-21* uses font-lock. You can activate
font-lock with '(global-font-lock-mode t)'. I think you should delete
enabling of hilit19 in your .emacs file.

emacs-21* runs on 
C-l runs the command recenter
(recenter &optional ARG)
   which is an interactive built-in function.

Harald




reply via email to

[Prev in Thread] Current Thread [Next in Thread]