* bug#24781: 26.0.50; fill-paragraph, in message-mode, behaves badly
@ 2016-10-24 6:45 Jean Louis
2016-11-05 13:34 ` bug#24781: bug#24782/24781 - message mode formatting npostavs
2016-11-05 13:39 ` npostavs
0 siblings, 2 replies; 3+ messages in thread
From: Jean Louis @ 2016-10-24 6:45 UTC (permalink / raw)
To: 24781
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))
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#24781: bug#24782/24781 - message mode formatting
2016-10-24 6:45 bug#24781: 26.0.50; fill-paragraph, in message-mode, behaves badly Jean Louis
@ 2016-11-05 13:34 ` npostavs
2016-11-05 13:39 ` npostavs
1 sibling, 0 replies; 3+ messages in thread
From: npostavs @ 2016-11-05 13:34 UTC (permalink / raw)
To: 24781; +Cc: Jean Louis
[-- Attachment #1: Type: text/plain, Size: 48 bytes --]
I guess this was meant for 24781, not 24782.
[-- Attachment #2: Type: message/rfc822, Size: 4095 bytes --]
From: Jean Louis <bugs@gnu.support>
To: Eli Zaretskii <eliz@gnu.org>, 24782@debbugs.gnu.org
Cc: 24782@debbugs.gnu.org, Jean Louis <bugs@gnu.support>
Subject: bug#24782: 26.0.50; Crash on browse-url
Date: Tue, 25 Oct 2016 12:29:31 +0300
Message-ID: <20161025092931.GE24152@protected.rcdrun.com>
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#24781: bug#24782/24781 - message mode formatting
2016-10-24 6:45 bug#24781: 26.0.50; fill-paragraph, in message-mode, behaves badly Jean Louis
2016-11-05 13:34 ` bug#24781: bug#24782/24781 - message mode formatting npostavs
@ 2016-11-05 13:39 ` npostavs
1 sibling, 0 replies; 3+ messages in thread
From: npostavs @ 2016-11-05 13:39 UTC (permalink / raw)
To: 24781; +Cc: Jean Louis
[-- Attachment #1: Type: text/plain, Size: 89 bytes --]
tags 24782 notabug
quit
Given Andreas' reply, I understand this is actually not a bug?
[-- Attachment #2: Type: message/rfc822, Size: 4507 bytes --]
From: Andreas Schwab <schwab@linux-m68k.org>
To: Jean Louis <bugs@gnu.support>, 24782@debbugs.gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>, 24782@debbugs.gnu.org
Subject: bug#24782: 26.0.50; Crash on browse-url
Date: Tue, 25 Oct 2016 19:15:51 +0200
Message-ID: <87funkqri0.fsf@linux-m68k.org>
On Okt 25 2016, Jean Louis <bugs@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@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-05 13:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 6:45 bug#24781: 26.0.50; fill-paragraph, in message-mode, behaves badly Jean Louis
2016-11-05 13:34 ` bug#24781: bug#24782/24781 - message mode formatting npostavs
2016-11-05 13:39 ` npostavs
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).