GNU bug report logs -
#795
Artist: patch 1 (of 2): Cut/copy menu selection bugfix
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 795 in the body.
You can then email your comments to 795 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#795
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Tomas Abrahamsson <tab <at> lysator.liu.se>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi,
This is the first of two patches for
emacs/lisp/textmodes/artist.el. The patches do not depend on
each other. They fix different bugs, but they apply to the
same file.
The patch is against 1.40 of artist.el as checked out from
:pserver:anonymous <at> cvs.savannah.gnu.org:/sources/emacs
The patch is written entirely by me. Bug was found by me.
As far as I know, the bug has not been reported anywhere.
The bug that this patch fixes is: with the mouse, it was
impossible to select the copy and cut operations in the
menu. This patch makes it possible to do that.
Below is a ChangeLog entry and the patch itself. For the
ChangeLog entry, I looked at emacs/lisp/ChangeLog and tried to
follow the style therein. (I don't know what's the common
practice with the first line (date and name), though since
I assume it will be someone else but me who will check this
in.)
If anythning is unclear or needs more work, please contact me.
BRs
Tomas
The ChangeLog entry:
2008-08-27 Tomas Abrahamsson <tab <at> lysator.liu.se>
* textmodes/artist.el (artist-mt): Fixed structures for cut and
copy operations.
The patch:
Index: artist.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/artist.el,v
retrieving revision 1.40
diff -u -r1.40 artist.el
--- artist.el 12 Jun 2008 03:56:20 -0000 1.40
+++ artist.el 26 Aug 2008 23:34:05 -0000
@@ -723,14 +723,14 @@
2
artist-draw-rect
(artist-undraw-rect
- artist-t artist-cut-rect)
+ artist-t artist-cut-rect))
("cut square" cut-s "cut-s"
artist-no-arrows nil
nil nil nil
2
artist-draw-square
(artist-undraw-square
- artist-t artist-cut-square))))))
+ artist-t artist-cut-square)))))
(graphics-operation
("Copy" (("copy rectangle" copy-r "copy-r"
@@ -739,14 +739,14 @@
2
artist-draw-rect
(artist-undraw-rect
- artist-t artist-copy-rect)
+ artist-t artist-copy-rect))
("copy square" copy-s "copy-s"
artist-no-arrows nil
nil nil nil
2
artist-draw-square
(artist-undraw-square
- artist-t artist-copy-square))))))
+ artist-t artist-copy-square)))))
(graphics-operation
("Paste" (("paste" paste "paste"
Reply sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
Tomas Abrahamsson <tab <at> lysator.liu.se>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #10 received at 795-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> This is the second of two patches for emacs/lisp/textmodes/artist.el.
> The patches do not depend on each other. They fix different bugs, but
> they apply to the same file.
I've checked in both patches into CVS trunk. Thanks very much.
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Thu, 25 Sep 2008 14:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.