unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Christophe TROESTLER <Christophe.TROESTLER@umons.ac.be>
Cc: 38545@debbugs.gnu.org
Subject: bug#38545: 26.1; comment-multi-line doesn't work
Date: Fri, 30 Oct 2020 17:17:35 +0100	[thread overview]
Message-ID: <87zh43adsw.fsf@igel.home> (raw)
In-Reply-To: <87pngxadkv.fsf@poincare.umons.ac.be> (Christophe TROESTLER's message of "Mon, 9 Dec 2019 12:27:45 +0000")

On Dez 09 2019, Christophe TROESTLER wrote:

> Setting comment-multi-line to `t', commenting a region should “inserts no new terminator or starter.”  However, it is not the case.  For example, selecting two lines in
>
>     int main() 
>     {
>       int a;
>       int b;
>       return(0);
>     }
>     
>     /* Local Variables: */
>     /* comment-style: multi-line */
>     /* comment-multi-line: t */
>     /* End: */
>
> yields
>
>       /* int a;
>        * int b; */
>
> while it should be
>
>       /* int a;
>          int b; */

What's your value of comment-continue?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





  parent reply	other threads:[~2020-10-30 16:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 12:27 bug#38545: 26.1; comment-multi-line doesn't work Christophe TROESTLER
2020-10-30 15:33 ` bug#38545: 26.1; comment-multi-line doesn't work in c-mode Lars Ingebrigtsen
2020-10-30 16:17 ` Andreas Schwab [this message]
2021-08-22 21:28 ` bug#38545: " Christophe Troestler
2021-08-25  9:04 ` Christophe Troestler
2021-08-25 11:12   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zh43adsw.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=38545@debbugs.gnu.org \
    --cc=Christophe.TROESTLER@umons.ac.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).