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

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

[Emacs-bug-tracker] bug#7596: closed (23.2.90; fill-flowed with DELETE-S


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7596: closed (23.2.90; fill-flowed with DELETE-SPACE option does not work)
Date: Sat, 22 Jan 2011 19:42:01 +0000

Your message dated Sat, 22 Jan 2011 20:48:49 +0100
with message-id <address@hidden>
and subject line Re: bug#7596: 23.2.90; fill-flowed with DELETE-SPACE option 
does not work
has caused the GNU bug report #7596,
regarding 23.2.90; fill-flowed with DELETE-SPACE option does not work
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7596: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7596
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.2.90; fill-flowed with DELETE-SPACE option does not work Date: Thu, 09 Dec 2010 08:48:00 +0900 User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/23.2.90 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO)
When I start emacs (emacs-23 branch) with -Q and evaluate below code,
I receive unexpected result.

(with-temp-buffer
  (insert "ABC \nDEF")
  (fill-flowed nil t)
  (buffer-string))

It returns 

"ABC
DEF"

But I expect 

"ABCDEF"


I expect DELETE-SPACE option corresponds to "DelSp" parameter in
RFC3676 and works so.  Plesse see attached patch.

-- 
Kazuhiro Ito

Attachment: flow-fill.el.diff
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#7596: 23.2.90; fill-flowed with DELETE-SPACE option does not work Date: Sat, 22 Jan 2011 20:48:49 +0100 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Chong Yidong <address@hidden> writes:

>> I expect DELETE-SPACE option corresponds to "DelSp" parameter in
>> RFC3676 and works so.  Plesse see attached patch.
>
> Could a Gnus developer please review Kazuhiro Ito's patch?  Thanks.

It looks reasonable to me.  I've applied the patch.

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen


--- End Message ---

reply via email to

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