emacs-devel
[Top][All Lists]
Advanced

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

cus-edit.el:custom-newline --- Problem on Linux Console:


From: T. V. Raman
Subject: cus-edit.el:custom-newline --- Problem on Linux Console:
Date: Tue, 22 Aug 2006 18:19:23 -0700

The update to cus-edit.el that adds  command custom-newline and
binds it  to the return key in customization buffers is causing
trouble on the Linux console (i.e. outside X)
in the following manner:

Pressing RET on insert and delete buttons created by custom has
no effect.

I looked at the source code,
and evaluated the following in the minibuffer with point on an
"[ins]" button:


 (setq b (get-char-property (point) 'button))
(widget-apply-action b (read-key-sequence "press"))
and pressed RET when prompted by the above, and the insert button
does get invoked currectly.

Perhaps there is a problem from reading the key as an event? I
don't know since I dont run under X.

 Thanks, 
 --Raman

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: address@hidden
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




reply via email to

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