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

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

Re: simple editor required


From: Kai Großjohann
Subject: Re: simple editor required
Date: Wed, 18 Jun 2003 12:19:34 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

"Paul Edwards" <kerravon@nosppaam.w3.to> writes:

> "Kai Großjohann" <kai.grossjohann@gmx.net> wrote in message 
> 844r2opsuy.fsf@lucy.is.informatik.uni-duisburg.de">news:844r2opsuy.fsf@lucy.is.informatik.uni-duisburg.de...
>
>> What does C-h k RET say?
>
> What does C-h k RET say?
>
> RET runs the command newline-and-indent
>    which is an interactive compiled Lisp function in `simple'.
> (newline-and-indent)
>
> Insert a newline, then indent according to major mode.
> Indentation is done using the value of `indent-line-function'.
> In programming language modes, this is the same as TAB.
> In some text modes, where TAB inserts a tab, this command indents to the
> column specified by the function `current-left-margin'.

As you can see, it refers to the variable indent-line-function.  Use
C-h v to find its value, then tell us.

What does BFN stand for?
-- 
This line is not blank.


reply via email to

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