GNU bug report logs - #18601
24.3.94; set-fringe-mode with left fringe 0 breaks window width calculations on Mac OS

Previous Next

Package: emacs;

Reported by: Constantine Vetoshev <vetoshev <at> gmail.com>

Date: Thu, 2 Oct 2014 08:40:02 UTC

Severity: important

Found in version 24.3.94

Done: martin rudalics <rudalics <at> gmx.at>

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 18601 in the body.
You can then email your comments to 18601 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 bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Thu, 02 Oct 2014 08:40:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Constantine Vetoshev <vetoshev <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 02 Oct 2014 08:40:03 GMT) Full text and rfc822 format available.

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

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.94; set-fringe-mode with left fringe 0 breaks window width
 calculations on Mac OS
Date: Thu, 2 Oct 2014 01:38:46 -0700
The Emacs pretest released earlier today has a window width
calculation bug on Mac OS X when the window left fringe is turned off.
This bug is not present in the previous Emacs pretest, version
24.3.93.

The outward symptoms of this bug are similar to those #16470, fixed in
January of this year. To reproduce, do the following:

1. Start Emacs 24.3.94 (with -Q to avoid loading initialization files).
2. Execute this Elisp: (set-fringe-mode '(0 . 2))
3. Execute M-x ansi-term and select /bin/zsh as your shell.
4. Run 'ls' or any other command in the shell. Notice the spurious %
characters printed everywhere. This is the bug.

Setting the fringe to '(1 . 2) makes the problem go away.

I'm wondering if this commit is related to this bug?
http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-24&id=984a7aaadb9c10a60621b729a86d6b13a471b92b


In GNU Emacs 24.3.94.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2014-10-01 on athena.local
Windowing system distributor `Apple', version 10.3.1265
Configured using:
 `configure --with-ns'

Important settings:
  value of $LC_COLLATE: C
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Term

Minor modes in effect:
  tooltip-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
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Thu, 02 Oct 2014 18:45:03 GMT) Full text and rfc822 format available.

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

From: martin rudalics <rudalics <at> gmx.at>
To: Constantine Vetoshev <vetoshev <at> gmail.com>, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Thu, 02 Oct 2014 20:44:31 +0200
> The Emacs pretest released earlier today has a window width
> calculation bug on Mac OS X when the window left fringe is turned off.
> This bug is not present in the previous Emacs pretest, version
> 24.3.93.
>
> The outward symptoms of this bug are similar to those #16470, fixed in
> January of this year.

Did it work after #16470 was fixed?

> To reproduce, do the following:
>
> 1. Start Emacs 24.3.94 (with -Q to avoid loading initialization files).
> 2. Execute this Elisp: (set-fringe-mode '(0 . 2))
> 3. Execute M-x ansi-term and select /bin/zsh as your shell.
> 4. Run 'ls' or any other command in the shell. Notice the spurious %
> characters printed everywhere. This is the bug.
>
> Setting the fringe to '(1 . 2) makes the problem go away.

Please post the results of `window--dump-frame' for both the (0 . 2) and
the (1 . 2) fringes frame.  I suppose the frame has only one window.

> I'm wondering if this commit is related to this bug?
> http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-24&id=984a7aaadb9c10a60621b729a86d6b13a471b92b

To verify you could easily try using the old code instead.  But I doubt
that this is related.

martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Thu, 02 Oct 2014 19:24:01 GMT) Full text and rfc822 format available.

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

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Thu, 2 Oct 2014 12:22:51 -0700
[Message part 1 (text/plain, inline)]
On Thu, Oct 2, 2014 at 11:44 AM, martin rudalics <rudalics <at> gmx.at> wrote:
> Did it work after #16470 was fixed?

Yes. There was no problem after #16470 was fixed. Nor was there a
problem in the last pretest, 24.3.93. The problem appeared after I
installed 24.3.94.

> Please post the results of `window--dump-frame' for both the (0 . 2) and
> the (1 . 2) fringes frame.  I suppose the frame has only one window.

Yes, there is only one window and one frame. Running with -Q.

After (set-fringe-mode '(0 . 2)), executing (window--dump-frame) puts
the following contents into *window-frame-dump*:

frame pixel: 600 x 494   cols/lines: 86 x 35   units: 7 x 14
frame text pixel: 574 x 490   cols/lines: 82 x 35
tool: 0  scroll: 15  fringe: 7  border: 2  right: 0  bottom: 0

#<window 3 on *scratch*>   parent: nil
pixel left: 0   top: 0   size: 596 x 476   new: 238
char left: 0   top: 0   size: 85 x 34   new: 17
normal: 1.0 x 1.0   new: 0.5
body pixel: 574 x 462   char: 82 x 33
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 7  scroll-bar: 15  divider: 0
height header-line: 0  mode-line: 14  divider: 0

#<window 4 on  *Minibuf-0*>   parent: nil
pixel left: 0   top: 476   size: 596 x 14   new: 0
char left: 0   top: 34   size: 596 x 1   new: 1
normal: 1.0 x 1.0   new: 0
body pixel: 574 x 14   char: 82 x 1
width left fringe: 0  left margin: 0  right margin: 0
width right fringe: 7  scroll-bar: 15  divider: 0
height header-line: 0  mode-line: 0  divider: 0

After (set-fringe-mode '(1 . 2)), executing (window--dump-frame) puts
the following contents into *window-frame-dump*:

frame pixel: 600 x 494   cols/lines: 86 x 35   units: 7 x 14
frame text pixel: 574 x 490   cols/lines: 82 x 35
tool: 0  scroll: 15  fringe: 7  border: 2  right: 0  bottom: 0

#<window 3 on *scratch*>   parent: nil
pixel left: 0   top: 0   size: 596 x 476   new: 238
char left: 0   top: 0   size: 85 x 34   new: 17
normal: 1.0 x 1.0   new: 0.5
body pixel: 574 x 462   char: 82 x 33
width left fringe: 3  left margin: 0  right margin: 0
width right fringe: 4  scroll-bar: 15  divider: 0
height header-line: 0  mode-line: 14  divider: 0

#<window 4 on  *Minibuf-0*>   parent: nil
pixel left: 0   top: 476   size: 596 x 14   new: 0
char left: 0   top: 34   size: 596 x 1   new: 1
normal: 1.0 x 1.0   new: 0
body pixel: 574 x 14   char: 82 x 1
width left fringe: 3  left margin: 0  right margin: 0
width right fringe: 4  scroll-bar: 15  divider: 0
height header-line: 0  mode-line: 0  divider: 0

I'm attaching two screenshots which show what happens.
[fringe-0-bad-output.png (image/png, attachment)]
[fringe-1-good-output.png (image/png, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Thu, 02 Oct 2014 19:52:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Constantine Vetoshev <vetoshev <at> gmail.com>
Cc: rudalics <at> gmx.at, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94;
 set-fringe-mode with left fringe 0 breaks window width
 calculations	on Mac OS
Date: Thu, 02 Oct 2014 22:51:34 +0300
> From: Constantine Vetoshev <vetoshev <at> gmail.com>
> Date: Thu, 2 Oct 2014 12:22:51 -0700
> Cc: 18601 <at> debbugs.gnu.org
> 
> I'm attaching two screenshots which show what happens.

I think this is the result of 1 column being reserved for continuation
glyph on the left (required for R2L lines).  This is a "feature".
Packages that are sensitive to the number of columns in a window
should now account for this even when only the left fringe is zero.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Thu, 02 Oct 2014 20:38:03 GMT) Full text and rfc822 format available.

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

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>, 
 Constantine Vetoshev <vetoshev <at> gmail.com>
Cc: 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94;	set-fringe-mode with left fringe 0 breaks
 window width calculations	on Mac OS
Date: Thu, 02 Oct 2014 22:37:16 +0200
> I think this is the result of 1 column being reserved for continuation
> glyph on the left (required for R2L lines).  This is a "feature".
> Packages that are sensitive to the number of columns in a window
> should now account for this even when only the left fringe is zero.

Did you really change that in between 24.3.93 and 24.3.94?

martin





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Fri, 03 Oct 2014 06:20:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 18601 <at> debbugs.gnu.org, vetoshev <at> gmail.com
Subject: Re: bug#18601: 24.3.94;
 set-fringe-mode with left fringe 0 breaks window width
 calculations	on Mac OS
Date: Fri, 03 Oct 2014 09:19:11 +0300
> Date: Thu, 02 Oct 2014 22:37:16 +0200
> From: martin rudalics <rudalics <at> gmx.at>
> CC: 18601 <at> debbugs.gnu.org
> 
> > I think this is the result of 1 column being reserved for continuation
> > glyph on the left (required for R2L lines).  This is a "feature".
> > Packages that are sensitive to the number of columns in a window
> > should now account for this even when only the left fringe is zero.
> 
> Did you really change that in between 24.3.93 and 24.3.94?

Yes, in r117500.  That was one part of fixing display of truncated R2L
lines in the many use cases you presented.

Btw, a simple way to avoid this side effect is to have a 1-pixel left
fringe, i.e. "pay" 1 pixel.  That's not a high cost, IMO, if the
motivation for removing the left fringe is to have 1 more column
available for the same frame size.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Fri, 03 Oct 2014 06:55:01 GMT) Full text and rfc822 format available.

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

From: martin rudalics <rudalics <at> gmx.at>
To: Constantine Vetoshev <vetoshev <at> gmail.com>
Cc: 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Fri, 03 Oct 2014 08:54:37 +0200
> After (set-fringe-mode '(0 . 2)), executing (window--dump-frame) puts
> the following contents into *window-frame-dump*:

> frame pixel: 600 x 494   cols/lines: 86 x 35   units: 7 x 14

> width left fringe: 0
> width right fringe: 7

> After (set-fringe-mode '(1 . 2)), executing (window--dump-frame) puts
> the following contents into *window-frame-dump*:

> body pixel: 574 x 462   char: 82 x 33
> width left fringe: 3
> width right fringe: 4

Here is the old fringe compensation code at work which apaprently adds 4
or 5 pixels to the specified value in order to get the sum of the widths
of the fringes equal to 7 (the frame's nominal character width).  I
removed that code for NS on Emacs 25 but never did so for Emacs 24-4.
Even now I don't know whether it works correctly (see also bug #16856).

In any case I don't see why this should have any impact on what happens
in ansi-term.  Apparently `term-window-width' kicks in and due to

(/= (frame-parameter nil 'right-fringe) 0))

it eventually stores in `term-width' a value that is one less than if
both fringes are present.

Since Eli now confirmed that what you observe is a result of one of his
fixes all I can suggest at the moment is to play with

(defun term-window-width ()
  (if (and (not (featurep 'xemacs))
	   (display-graphic-p)
	   overflow-newline-into-fringe
	   (/= (frame-parameter nil 'right-fringe) 0))
      (window-body-width)
    (1- (window-body-width))))

What happens when you make it always return (window-body-width)?

(defun term-window-width ()
  (window-body-width))

martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Fri, 03 Oct 2014 06:56:01 GMT) Full text and rfc822 format available.

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

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 18601 <at> debbugs.gnu.org, vetoshev <at> gmail.com
Subject: Re: bug#18601: 24.3.94;	set-fringe-mode with left fringe 0 breaks
 window width calculations	on Mac OS
Date: Fri, 03 Oct 2014 08:55:04 +0200
>> Did you really change that in between 24.3.93 and 24.3.94?
>
> Yes, in r117500.  That was one part of fixing display of truncated R2L
> lines in the many use cases you presented.

Meanwhile I came to that conclusion as well ;-)

> Btw, a simple way to avoid this side effect is to have a 1-pixel left
> fringe, i.e. "pay" 1 pixel.  That's not a high cost, IMO, if the
> motivation for removing the left fringe is to have 1 more column
> available for the same frame size.

This won't work on NS Emasc 24-4 which rounds pixel to column values.

martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Fri, 03 Oct 2014 17:56:01 GMT) Full text and rfc822 format available.

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

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Fri, 3 Oct 2014 10:55:29 -0700
On Thu, Oct 2, 2014 at 11:54 PM, martin rudalics <rudalics <at> gmx.at> wrote:
> What happens when you make it always return (window-body-width)?
>
> (defun term-window-width ()
>   (window-body-width))

Tried that. The same rendering bug occurs.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Fri, 03 Oct 2014 18:37:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Constantine Vetoshev <vetoshev <at> gmail.com>
Cc: rudalics <at> gmx.at, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94;
 set-fringe-mode with left fringe 0 breaks window width
 calculations	on Mac OS
Date: Fri, 03 Oct 2014 21:36:34 +0300
> From: Constantine Vetoshev <vetoshev <at> gmail.com>
> Date: Fri, 3 Oct 2014 10:55:29 -0700
> Cc: 18601 <at> debbugs.gnu.org
> 
> On Thu, Oct 2, 2014 at 11:54 PM, martin rudalics <rudalics <at> gmx.at> wrote:
> > What happens when you make it always return (window-body-width)?
> >
> > (defun term-window-width ()
> >   (window-body-width))
> 
> Tried that. The same rendering bug occurs.

I think you should correct term-window-width to subtract 1 from the
width when any fringe has zero width, not just the right fringe.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Fri, 03 Oct 2014 20:54:01 GMT) Full text and rfc822 format available.

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

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: martin rudalics <rudalics <at> gmx.at>, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Fri, 3 Oct 2014 13:53:03 -0700
On Fri, Oct 3, 2014 at 11:36 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> I think you should correct term-window-width to subtract 1 from the
> width when any fringe has zero width, not just the right fringe.

I think I understand. How about this?

(defun term-window-width ()
  (if (and (not (featurep ‘xemacs))
  (display-graphic-p)
  overflow-newline-into-fringe
  (/= (frame-parameter nil ‘right-fringe) 0)
  (/= (frame-parameter nil ‘left-fringe) 0))
      (window-body-width)
    (1- (window-body-width))))

That does make the problem go away.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Sat, 04 Oct 2014 07:09:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Constantine Vetoshev <vetoshev <at> gmail.com>
Cc: rudalics <at> gmx.at, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94;
 set-fringe-mode with left fringe 0 breaks window width calculations
 on Mac OS
Date: Sat, 04 Oct 2014 10:08:44 +0300
> From: Constantine Vetoshev <vetoshev <at> gmail.com>
> Date: Fri, 3 Oct 2014 13:53:03 -0700
> Cc: martin rudalics <rudalics <at> gmx.at>, 18601 <at> debbugs.gnu.org
> 
> On Fri, Oct 3, 2014 at 11:36 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > I think you should correct term-window-width to subtract 1 from the
> > width when any fringe has zero width, not just the right fringe.
> 
> I think I understand. How about this?
> 
> (defun term-window-width ()
>   (if (and (not (featurep ‘xemacs))
>   (display-graphic-p)
>   overflow-newline-into-fringe
>   (/= (frame-parameter nil ‘right-fringe) 0)
>   (/= (frame-parameter nil ‘left-fringe) 0))
>       (window-body-width)
>     (1- (window-body-width))))
> 
> That does make the problem go away.

That's what I meant, yes.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Sat, 04 Oct 2014 17:47:02 GMT) Full text and rfc822 format available.

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

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: martin rudalics <rudalics <at> gmx.at>, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Sat, 4 Oct 2014 10:45:59 -0700
On Sat, Oct 4, 2014 at 12:08 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Constantine Vetoshev <vetoshev <at> gmail.com>
>> (defun term-window-width ()
>>   (if (and (not (featurep ‘xemacs))
>>   (display-graphic-p)
>>   overflow-newline-into-fringe
>>   (/= (frame-parameter nil ‘right-fringe) 0)
>>   (/= (frame-parameter nil ‘left-fringe) 0))
>>       (window-body-width)
>>     (1- (window-body-width))))
>>
>> That does make the problem go away.
>
> That's what I meant, yes.

Should this be used to patch term.el?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Sat, 04 Oct 2014 18:50:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Constantine Vetoshev <vetoshev <at> gmail.com>
Cc: rudalics <at> gmx.at, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94;
 set-fringe-mode with left fringe 0 breaks window width calculations
 on Mac OS
Date: Sat, 04 Oct 2014 21:49:37 +0300
> From: Constantine Vetoshev <vetoshev <at> gmail.com>
> Date: Sat, 4 Oct 2014 10:45:59 -0700
> Cc: martin rudalics <rudalics <at> gmx.at>, 18601 <at> debbugs.gnu.org
> 
> On Sat, Oct 4, 2014 at 12:08 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> >> From: Constantine Vetoshev <vetoshev <at> gmail.com>
> >> (defun term-window-width ()
> >>   (if (and (not (featurep ‘xemacs))
> >>   (display-graphic-p)
> >>   overflow-newline-into-fringe
> >>   (/= (frame-parameter nil ‘right-fringe) 0)
> >>   (/= (frame-parameter nil ‘left-fringe) 0))
> >>       (window-body-width)
> >>     (1- (window-body-width))))
> >>
> >> That does make the problem go away.
> >
> > That's what I meant, yes.
> 
> Should this be used to patch term.el?

If it gives good results, sure.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Sat, 04 Oct 2014 20:50:02 GMT) Full text and rfc822 format available.

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

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: martin rudalics <rudalics <at> gmx.at>, 18601 <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Sat, 4 Oct 2014 13:48:56 -0700
On Sat, Oct 4, 2014 at 11:49 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> If it gives good results, sure.

I'm happy to submit a patch, but I never signed FSF paperwork. I can
get that ball rolling, but it would surely be faster for one of you to
make the one-line change. :)




Reply sent to martin rudalics <rudalics <at> gmx.at>:
You have taken responsibility. (Mon, 06 Oct 2014 06:50:02 GMT) Full text and rfc822 format available.

Notification sent to Constantine Vetoshev <vetoshev <at> gmail.com>:
bug acknowledged by developer. (Mon, 06 Oct 2014 06:50:04 GMT) Full text and rfc822 format available.

Message #52 received at 18601-done <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Constantine Vetoshev <vetoshev <at> gmail.com>, 
 Eli Zaretskii <eliz <at> gnu.org>
Cc: 18601-done <at> debbugs.gnu.org
Subject: Re: bug#18601: 24.3.94; set-fringe-mode with left fringe 0 breaks
 window width calculations on Mac OS
Date: Mon, 06 Oct 2014 08:49:24 +0200
>> If it gives good results, sure.
>
> I'm happy to submit a patch, but I never signed FSF paperwork. I can
> get that ball rolling, but it would surely be faster for one of you to
> make the one-line change. :)

Feeling responsible for the changes leading up to this problem I've
committed the changes you proposed and apparently solve the problem
as revision 117557 of the release branch.  Please have a look.

Meanwhile closing this bug, martin




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18601; Package emacs. (Mon, 06 Oct 2014 15:11:01 GMT) Full text and rfc822 format available.

Message #55 received at 18601-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 18601-done <at> debbugs.gnu.org, vetoshev <at> gmail.com
Subject: Re: bug#18601: 24.3.94;
 set-fringe-mode with left fringe 0 breaks window width calculations
 on Mac OS
Date: Mon, 06 Oct 2014 18:10:12 +0300
> Date: Mon, 06 Oct 2014 08:49:24 +0200
> From: martin rudalics <rudalics <at> gmx.at>
> CC: 18601-done <at> debbugs.gnu.org
> 
>  >> If it gives good results, sure.
>  >
>  > I'm happy to submit a patch, but I never signed FSF paperwork. I can
>  > get that ball rolling, but it would surely be faster for one of you to
>  > make the one-line change. :)
> 
> Feeling responsible for the changes leading up to this problem I've
> committed the changes you proposed and apparently solve the problem
> as revision 117557 of the release branch.  Please have a look.

Thank you.




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

This bug report was last modified 10 years and 230 days ago.

Previous Next


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