emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r103471: Add a menu-bar entry for Artist mode.


From: Leo
Subject: Re: /srv/bzr/emacs/trunk r103471: Add a menu-bar entry for Artist mode.
Date: Thu, 03 Mar 2011 14:34:52 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (Mac OS X 10.6.6)

On 2011-03-02 11:48 +0800, Chong Yidong wrote:
> ------------------------------------------------------------
> revno: 103471
> committer: Chong Yidong <address@hidden>
> branch nick: trunk
> timestamp: Tue 2011-03-01 22:48:01 -0500
> message:
>   Add a menu-bar entry for Artist mode.
>   
>   * lisp/textmodes/artist.el (artist-curr-go): Default to pen-line.
>   (artist-select-op-pen-line): New function.
>   (artist-menu-map): New variable.
>   (artist-mode-map): Add a menu to the menu-bar.
[...]

Using this patch with Emacs-23 (GNU Emacs 23.3.1
x86_64-apple-darwin10.6.0, sorry I haven't had Emacs-24 yet.), I can get
an error when doing this:

1. Emacs -q
2. M-x artist-mode
3. From the artist menu choose Poly-line and draw a line
4. From the artist menu choose Spray can

Then I get this backtrace:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  artist-endpoint-get-x(nil)
  artist-set-arrow-points-for-poly(([46 13]))
  artist-mouse-draw-poly((down-mouse-1 (#<window 3 on *scratch*> 288 (106 . 
195) 374939930 nil 288 (13 . 13) nil (106 . 0) (8 . 15))))
  artist-down-mouse-1((down-mouse-1 (#<window 3 on *scratch*> 288 (106 . 195) 
374939930 nil 288 (13 . 13) nil (106 . 0) (8 . 15))))
  call-interactively(artist-down-mouse-1 nil nil)

Cheers,
Leo




reply via email to

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