GNU bug report logs - #6862
23.1; LaTeX-mode comment changes in fill-paragraph

Previous Next

Package: emacs;

Reported by: EBo <ebo <at> sandien.com>

Date: Sun, 15 Aug 2010 19:05:02 UTC

Severity: normal

Merged with 5821, 6889, 7341

Found in version 23.1

Fixed in version 23.2

Done: Chong Yidong <cyd <at> stupidchicken.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 6862 in the body.
You can then email your comments to 6862 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6862; Package emacs. (Sun, 15 Aug 2010 19:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to EBo <ebo <at> sandien.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 15 Aug 2010 19:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: EBo <ebo <at> sandien.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 23.1; LaTeX-mode comment changes in fill-paragraph
Date: Sun, 15 Aug 2010 10:15:59 -0600
When working on a latex document I often comment out lines and leave them
around in case I want to add them back in.  If I do this in the middle of a
paragraph and then fill-paragraph to make it easier to read, the line
*after* the comment is now appended to the comment and not  kept on the non
comment line.  ex:

  some text
  % a comment.
  and more text

ends up becoming:

  some text
  % a comment. and more text

after running fill-paragraph.  This results in more text being commented
out than intended.


  EBo --

Some emacs configuration:

In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.9)
 of 2010-07-11 on c1
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
configured using `configure  '--prefix=/usr' '--build=x86_64-pc-linux-gnu'
'--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--libdir=/usr/lib64'
'--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23'
'--with-sound' '--with-x' '--without-toolkit-scroll-bars' '--with-gif'
'--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm'
'--without-xft' '--without-libotf' '--without-m17n-flt'
'--with-x-toolkit=gtk' '--without-hesiod' '--without-kerberos'
'--without-kerberos5' '--with-gpm' '--with-dbus'
'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu'
'CFLAGS=-march=native -O2 -pipe' 'LDFLAGS=-Wl,-O1''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: LaTeX

Minor modes in effect:
  shell-dirtrack-mode: t
  global-linum-mode: t
  linum-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t





Merged 6862 6889. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 20 Aug 2010 17:49:01 GMT) Full text and rfc822 format available.

Forcibly Merged 5821 6862 6889. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 23 Aug 2010 22:30:03 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6862; Package emacs. (Mon, 23 Aug 2010 22:33:01 GMT) Full text and rfc822 format available.

Message #12 received at 6862 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: EBo <ebo <at> sandien.com>
Cc: 6862 <at> debbugs.gnu.org
Subject: Re: bug#6862: 23.1; LaTeX-mode comment changes in fill-paragraph
Date: Mon, 23 Aug 2010 18:34:01 -0400
> In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.9)

Please update to Emacs 23.2. This is a duplicate of

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5821




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6862; Package emacs. (Mon, 23 Aug 2010 22:45:03 GMT) Full text and rfc822 format available.

Message #15 received at 6862 <at> debbugs.gnu.org (full text, mbox):

From: EBo <ebo <at> sandien.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 6862 <at> debbugs.gnu.org
Subject: Re: bug#6862: 23.1; LaTeX-mode comment changes in fill-paragraph
Date: Mon, 23 Aug 2010 16:45:36 -0600
>> In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.9)
> 
> Please update to Emacs 23.2. This is a duplicate of
> 
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5821

Done, thanks.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Sep 2010 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 06 Nov 2010 18:32:02 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 23.2. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 06 Nov 2010 18:32:02 GMT) Full text and rfc822 format available.

Forcibly Merged 5821 6862 6889 7341. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 06 Nov 2010 18:32: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. (Sun, 05 Dec 2010 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.