GNU bug report logs - #19763
24.4; artist-mode: ellipse filled incorrectly

Previous Next

Package: emacs;

Reported by: Andrea Rossetti <andrea.rossetti <at> gmail.com>

Date: Wed, 4 Feb 2015 00:43:02 UTC

Severity: normal

Found in version 24.4

Done: Eli Zaretskii <eliz <at> gnu.org>

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 19763 in the body.
You can then email your comments to 19763 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#19763; Package emacs. (Wed, 04 Feb 2015 00:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrea Rossetti <andrea.rossetti <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 04 Feb 2015 00:43:02 GMT) Full text and rfc822 format available.

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

From: Andrea Rossetti <andrea.rossetti <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4; artist-mode: ellipse filled incorrectly
Date: Wed, 04 Feb 2015 01:42:30 +0100
Hello,

  with this recipe:

- start emacs -Q
- M-x artist-mode RET
- C-c C-a c      (ellipse drawing tool)
- C-c C-a C-f X  (use "X" as filling char)
- press mouse-1 somewhere in the center of the window, hold pressed
- drag mouse-1 lower-right (an empty ASCII ellipse will be drawn
  interactively)
- release mouse-1

the expected result is an ASCII ellipse filled with character X;
observer result is different and undesired:

1) a line of XXXXXXXXX appears at the ellipse diameter, but the rest of
   the ellipse remains empty
   
2) a half-ellipse of XXXXXXXX appears outside of the ellipse border, in
   the lower right corner of the window

Is it reproducible for you too? kindest regards,

  Andrea



In GNU Emacs 24.4.1 (x86_64-w64-mingw32)
 of 2014-10-21 on KAEL
Windowing system distributor `Microsoft Corp.', version 6.1.7600
Configured using:
 `configure --prefix=/z/emacs --host=x86_64-w64-mingw32
 --target=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-wide-int
 --with-jpeg --with-xpm --with-png --with-tiff --with-rsvg --with-xml2
 --with-gnutls --with-xft --with-sound=yes --with-file-notification=yes
 --without-dbus --without-imagemagick 'CFLAGS=-Ofast
 -fomit-frame-pointer -funroll-loops -g0 -pipe' 'CPPFLAGS=-DNDEBUG
 -DDBUS_STATIC_BUILD' 'LDFLAGS=-static-libgcc -static-libstdc++ -static
 -s -Wl,-s''

Important settings:
  value of $LANG: ITA
  locale-coding-system: cp1252

.....




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19763; Package emacs. (Wed, 04 Feb 2015 07:42:02 GMT) Full text and rfc822 format available.

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

From: Alexis <flexibeast <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#19763: 24.4; artist-mode: ellipse filled incorrectly
Date: Wed, 04 Feb 2015 18:41:19 +1100
Andrea Rossetti writes:

> Hello,
>
>   with this recipe:
>
> - start emacs -Q - M-x artist-mode RET - C-c C-a c      (ellipse 
> drawing tool) - C-c C-a C-f X  (use "X" as filling char) - press 
> mouse-1 somewhere in the center of the window, hold pressed - 
> drag mouse-1 lower-right (an empty ASCII ellipse will be drawn 
>   interactively) 
> - release mouse-1
>
> the expected result is an ASCII ellipse filled with character X; 
> observer result is different and undesired:
>
> 1) a line of XXXXXXXXX appears at the ellipse diameter, but the 
> rest of 
>    the ellipse remains empty
>    
> 2) a half-ellipse of XXXXXXXX appears outside of the ellipse 
> border, in 
>    the lower right corner of the window
>
> Is it reproducible for you too?

i was able to reproduce this on 24.4.1 (manually compiled on 
Debian Wheezy+updates x86_64).


Alexis.




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Wed, 04 Feb 2015 15:36:02 GMT) Full text and rfc822 format available.

Notification sent to Andrea Rossetti <andrea.rossetti <at> gmail.com>:
bug acknowledged by developer. (Wed, 04 Feb 2015 15:36:03 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Alexis <flexibeast <at> gmail.com>
Cc: 19763-done <at> debbugs.gnu.org
Subject: Re: bug#19763: 24.4; artist-mode: ellipse filled incorrectly
Date: Wed, 04 Feb 2015 17:34:58 +0200
> From: Alexis <flexibeast <at> gmail.com>
> Date: Wed, 04 Feb 2015 18:41:19 +1100
> 
> > the expected result is an ASCII ellipse filled with character X; 
> > observer result is different and undesired:
> >
> > 1) a line of XXXXXXXXX appears at the ellipse diameter, but the 
> > rest of 
> >    the ellipse remains empty
> >    
> > 2) a half-ellipse of XXXXXXXX appears outside of the ellipse 
> > border, in 
> >    the lower right corner of the window
> >
> > Is it reproducible for you too?
> 
> i was able to reproduce this on 24.4.1 (manually compiled on 
> Debian Wheezy+updates x86_64).

It became broken in Emacs 23, by someone's too eager replacement of
mapcar with mapc.

Fixed for Emacs 24.5.  The patch is below, so the OP can apply it to
her current sources without waiting for Emacs 24.5.

Thanks.

commit d825f66db83501588f1c84aa4d78e644e0d5f896
Author: Eli Zaretskii <eliz <at> gnu.org>
Date:   Wed Feb 4 17:31:37 2015 +0200

    Fix filling circle/ellipse in Artist Mode  (Bug#19763)
    
     lisp/textmodes/artist.el (artist-ellipse-compute-fill-info): Use
     mapcar, not mapc, to create the other half of fill-info.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e52f9a3..e0c8815 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-04  Eli Zaretskii  <eliz <at> gnu.org>
+
+	* textmodes/artist.el (artist-ellipse-compute-fill-info): Use
+	mapcar, not mapc, to create the other half of fill-info.
+	(Bug#19763)
+
 2015-02-04  Nicolas Petton  <nicolas <at> petton.fr>
 
 	* emacs-lisp/authors.el (authors-ignored-files)
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index 85d9410..930c39c 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -3372,7 +3372,7 @@ (defun artist-ellipse-compute-fill-info (point-list)
     ;; Create the other half by mirroring the first half.
     (setq both-halves
 	  (append first-half
-		  (mapc
+		  (mapcar
 		   (lambda (i)
 		     (artist-new-fill-item (artist-fill-item-get-x i)
 					   (- (artist-fill-item-get-y i))




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

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

Previous Next


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