Henner Zeller wrote:
>
> Hi,
> two short remarks; I usually put these lines in every file I write
>
> /* Emacs:
> * Local variables:
> * c-basic-offset: 8
> * End:
> * vi:set tabstop=8 shiftwidth=8 nowrap:
> */
>
> which is understood by emacs and vim so these editors are switched to the
>
Hi,
On Wed, 4 Apr 2001, Juergen Vigna wrote:
JV| > /* Emacs:
JV| > * Local variables:
JV| > * c-basic-offset: 8
JV| > * End:
JV| > * vi:set tabstop=8 shiftwidth=8 nowrap:
JV| > */
JV|
JV| Where at the very beginning or at the end? (I've read you have to
JV| put this in the first line of the
HI,
LGBn| [ Emacs - .. Lots Of Irritating Single Parenthesis [LISP]]
LGBn| and since this is my setup it is also defining the coding style we use
LGBn| in LyX. (more or less)
LGBn|
LGBn| c-basic-offset is only part of it.
.. but the most annoying if there are mixed indentation styles. I
persona
On 04-Apr-2001 Lars Gullik Bjønnes wrote:
> the problem is that is not enough... I have:
Well but it would at least help for the tab-stop having it at 4 or
8, wouldn't it? (And that's really the only thing we have different
defaults and we have different opinions!)
Jürgen
--
-._-._-._-._
On 04-Apr-2001 Henner Zeller wrote:
> /* Emacs:
> * Local variables:
> * c-basic-offset: 8
> * End:
> * vi:set tabstop=8 shiftwidth=8 nowrap:
> */
Where at the very beginning or at the end? (I've read you have to
put this in the first line of the file is that true?)
Ciao,
Jürgen
--
Henner Zeller <[EMAIL PROTECTED]> writes:
| Hi,
| two short remarks; I usually put these lines in every file I write
|
| /* Emacs:
| * Local variables:
| * c-basic-offset: 8
| * End:
| * vi:set tabstop=8 shiftwidth=8 nowrap:
| */
the problem is that is not enough... I have:
in my .emacs f