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

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

bug#15124: 24.2; comment indentation functions are messed up


From: Alan Mackenzie
Subject: bug#15124: 24.2; comment indentation functions are messed up
Date: Wed, 21 Aug 2013 21:03:39 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Hello, Lukasz

On Sun, Aug 18, 2013 at 10:08:33PM +0200, Lukasz Stelmach wrote:
> W dniu 18.08.2013 20:48, Glenn Morris pisze:
> > Łukasz Stelmach wrote:

> >> I've got some problems with making my Emacs insert " *" at the
> >> beginning of a new line of a comment block in cc-mode.

> >> I have found what looks like a little mess-up.

> >> 1. M-j is bound to indent-new-comment-line (an alias for
> >> comment-indent-new-line). Comments at the beginning of the
> >> newcomment.el files say support for consulting
> >> c-comment-line-break-function is yet to be developed.

> >> 2. cc-mode augments (cc-cmds.el) indent-new-comment-line to use
> >> c-indent-new-comment-line unless comment-line-break-function is bound.

> > Which in practice means it does not do this except in very old Emacs
> > versions that are no longer relevant.

> >> 3. This variable is defined and set in simple.el and used in
> >> default-indent-new-line. This however is is not bound to any key so
> >> setting it to c-indent-new-comment-line in a mode hook won't help.


> > Sorry, I can't understand what the bug is supposed to be.

I've fired up "emacs-24.2 -Q", created a new buffer "asdf.c", M-x c-mode.

> Contrary to what the cc-mode info (4.4 Filling and Line breaking) says,
> M-j does not call c-indent-new-comment-line. This makes it impossible,
> like I wrote at the beginnig, to get " *" inserted automatically when
> pressing M-j to end a line when editing a comment. The result is:

When I type in the text below, typing M-j where indicated, I get the
desired " *" on the next line.  When I do C-h c M-j, I get told that M-j
is bound to `c-indent-new-comment-line'.

Questions:
1: Are you certain your buffer was in a CC Mode?  What did you do that
put the buffer into the CC Mode (e.g. C-x C-f foo.c would do it)?  Please
report the actual keystrokes you use.

2: What did you do to determine that M-j was bound to
`indent-new-comment-line'?  Are you sure you were in the CC Mode buffer
when you did this?

3: (If 1: and 2: don't solve the problem), would you please dump out your
CC Mode configuration by C-c C-b and post it here.  Please also tell us
about anything else in your .emacs which might be relevant to the problem.

> /*
>  * Pressing M-j at the end of this line gives
>   only a bad indent at the beginnig of this one. Instead of
>  * the proper prefix which in this case should be " * ".
>  */

Thanks!

> -- 
> Było mi bardzo miło.               Czwarta pospolita klęska, [...]
> >Łukasz<                 Już nie katolicka lecz złodziejska.  (c)PP

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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