GNU bug report logs -
#16655
24.3.50; M-q on a command line does mix up commands and comments
Previous Next
Full log
View this message in rfc822 format
Hi all,
I'm writing to confirm that this is still present in GNU Emacs
25.1.50.1. To make it a bit more precise: the OP means M-q with point
on either the 3rd line of the script (i.e., the line beginning with "#
display"), which works fine, and then M-q on the fourth line (i.e., the
line beginning with "echo"), which breaks as described below.
Best,
Marcin Borkowski
On 2014-02-05, at 17:21, "Sebastien Vauban" <sva-news <at> mygooglest.com> wrote:
> Hello,
>
> With such a shell script file:
>
> #!/bin/sh
>
> # display symbol definitions, as found in the relevant manual (for AWK, C, Emacs Lisp, and other languages that have documentation in Info)
> echo Some text
>
>
> We can observe that:
>
> - `M-q' done on the first line will correctly refill the comment into
> 2 lines
>
> # display symbol definitions, as found in the relevant manual (for AWK, C,
> # Emacs Lisp, and other languages that have documentation in Info)
> echo Some text
>
>
> - `M-q' done on the second line will completely break the code:
>
> # display symbol definitions, as found in the relevant manual (for AWK, C,
> Emacs Lisp, and other languages that have documentation in Info) echo Some text
>
> See http://screencast.com/t/XGs10gmz0m2.
>
> Best regards,
> Seb
>
> In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
> of 2013-10-19 on LEG570
> Bzr revision: 114715 rgm <at> gnu.org-20131019023520-s8mwtib7xcx9e05w
> Windowing system distributor `Microsoft Corp.', version 6.2.9200
> Configured using:
> `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'
>
> Major mode: Shell-script
This bug report was last modified 5 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.