bugKawa - Bugs: bug #16307, Failure on "Help"

 
 

bug #16307: Failure on "Help"

Submitter:  None
Submitted:  Sat 08 Apr 2006 10:50:19 PM UTC
   
 
Category:  JEmacs Severity:  3 - Normal
Item Group:  Run-time exception Status:  Fixed
Privacy:  Public Assigned to:  bothner
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 11 Apr 2011 01:38:21 AM UTC, comment #2: 

Thanks!  I made some tweaks to your patch, and checked it in.

(I renamed 'about' to 'showAboutMessage', and factored out the actual message into an 'aboutMessage' method in the commen super-class EFrame.)

Per Bothner <bothner>
Group administrator
Sat 09 Apr 2011 03:06:33 AM UTC, comment #1: 

I know this can't be the most urgent bug, but it is irritating. I've attached a diff to pop up a simple message dialog when the about option is selected.

(file #23154)

Shad Gregory <shadgregory>
Sat 08 Apr 2006 10:50:19 PM UTC, original submission:  

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\Prog\Kawa>java -classpath kawa-1.8.jar gnu.jemacs.lang.ELisp
#|kawa:1|# Exception in thread "AWT-EventQueue-0" java.lang.Error: no function d
efined for about-jemacs
        at gnu.jemacs.buffer.EWindow.handleCommand(EWindow.java:281)
        at gnu.jemacs.buffer.Command.perform(Command.java:40)
        at gnu.jemacs.buffer.Command.perform(Command.java:35)
        at gnu.jemacs.swing.MenuItem.actionPerformed(SwingMenu.java:89)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.AbstractButton.doClick(Unknown Source)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

C:\Prog\Kawa>

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #23154:  16307.diff added by shadgregory (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bothner (Posted a comment)
  • -email is unavailable- added by shadgregory (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-04-11 bothner StatusNone Fixed
        Assigned toNone bothner
        Open/ClosedOpen Closed
    2011-04-09 shadgregory Attached File- Added 16307.diff, #23154

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code