GNU bug report logs -
#24781
26.0.50; fill-paragraph, in message-mode, behaves badly
Previous Next
Reported by: bugs <at> gnu.support (Jean Louis)
Date: Mon, 24 Oct 2016 15:30:02 UTC
Severity: normal
Tags: notabug
Found in version 26.0.50
Done: Matt Armstrong <marmstrong <at> google.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24781 in the body.
You can then email your comments to 24781 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24781
; Package
emacs
.
(Mon, 24 Oct 2016 15:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
bugs <at> gnu.support (Jean Louis)
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 24 Oct 2016 15:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
When I turn on message-mode, and try M-q, the paragraph does not intend
well. The second line gets TAB in beginning, and there are no following
comments from second line further.
I can reproduce it each time when I open new file with message-mode, but
not in this buffer. And I was testing it with -Q and without site
settings. In this buffer, it is working.
In GNU Emacs 26.0.50.3 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2016-10-21 built on protected.rcdrun.com
Repository revision: 76b08a35bb6b3b32e5e5fda53e374769ceae6ed8
Windowing system distributor 'The X.Org Foundation', version 11.0.11801000
Recent messages:
Quit
Mark set [2 times]
Sending...
Mark set [2 times]
Sending via mail...
Setting ‘send-mail-function’ temporarily since "emacs -q" would overwrite customizations
Sending...done
Making completion list...
Quit
Type "q" in help window to restore its previous buffer, C-M-v to scroll help.
Quit
Configured using:
'configure --prefix=/usr --localstatedir=/var --with-sound=alsa
--with-modules --with-x --with-x-toolkit=lucid'
Configured features:
XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE XFT ZLIB
TOOLKIT_SCROLL_BARS LUCID X11 MODULES
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Fundamental
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
buffer-read-only: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
/usr/share/emacs/site-lisp/t-mouse hides /usr/share/emacs/26.0.50/lisp/t-mouse
Features:
(shadow help-fns radix-tree emacsbug mailalias cus-edit cus-start
cus-load wid-edit sendmail sort mail-extr message subr-x puny seq
byte-opt gv bytecomp byte-compile cl-extra help-mode cconv cl-loaddefs
pcase cl-lib dired dired-loaddefs format-spec rfc822 mml easymenu
mml-sec password-cache epa derived epg epg-config gnus-util rmail
rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047
rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils
mailheader time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese charscript case-table epa-hook
jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote dbusbind inotify dynamic-setting
system-font-setting font-render-setting x-toolkit x multi-tty
make-network-process emacs)
Memory information:
((conses 16 119006 13464)
(symbols 48 21872 0)
(miscs 40 106 203)
(strings 32 22283 4346)
(string-bytes 1 668542)
(vectors 16 15168)
(vector-slots 8 465884 9745)
(floats 8 203 191)
(intervals 56 401 0)
(buffers 976 16)
(heap 1024 20939 2478))
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24781
; Package
emacs
.
(Sat, 05 Nov 2016 13:35:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 24781 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I guess this was meant for 24781, not 24782.
[Message part 2 (message/rfc822, inline)]
Hello Eli,
Thank you for helping.
I can repeat it each time. Version of Emacs is 26.0.50.4, since
yesterday basically.
I was writing many emails by using mutt, and emacs as editor, with the
hook to toggle message mode, it was helping me format the text, the
quoted text and such. I used it only for editing, not for sending
email, as it was done by mutt.
Then I have noticed a change, why and how, I cannot find out.
Here is how I am reproducing it on my side.
I open emacs -Q:
1) C-x b to switch to scrach buffer.
2) M-x message-mode
3) I go to end of first line, and do C-d to join it with the next one
4) M-q to format paragraph and I get this below:
This buffer is for text that is not saved, and for Lisp evaluation. To
create a file, visit it with C-x C-f and enter text in its buffer.
^^^^^^^^ <-- here above is the TAB basically, not space
5) M-x mail-mode, if I do same M-q formatting in mail-mode, it is not
happening. I have added hook to use mail-mode instead of
message-mode. But message-mode is behaving wrong.
And sometimes I must admit, I could see it behaving correctly. But not
in my email writings, rather in emacs own bug report sending.
Jean
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24781
; Package
emacs
.
(Sat, 05 Nov 2016 13:39:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 24781 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
tags 24782 notabug
quit
Given Andreas' reply, I understand this is actually not a bug?
[Message part 2 (message/rfc822, inline)]
On Okt 25 2016, Jean Louis <bugs <at> gnu.support> wrote:
> 4) M-q to format paragraph and I get this below:
>
> This buffer is for text that is not saved, and for Lisp evaluation. To
> create a file, visit it with C-x C-f and enter text in its buffer.
>
> ^^^^^^^^ <-- here above is the TAB basically, not space
This is correct for a mail header.
> 5) M-x mail-mode, if I do same M-q formatting in mail-mode, it is not
> happening. I have added hook to use mail-mode instead of
> message-mode. But message-mode is behaving wrong.
message-mode is for editing mail and news, not random text.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Added tag(s) notabug.
Request was from
Matt Armstrong <marmstrong <at> google.com>
to
control <at> debbugs.gnu.org
.
(Wed, 30 Nov 2016 09:38:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
24781 <at> debbugs.gnu.org and bugs <at> gnu.support (Jean Louis)
Request was from
Matt Armstrong <marmstrong <at> google.com>
to
control <at> debbugs.gnu.org
.
(Wed, 30 Nov 2016 09:38:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 28 Dec 2016 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.