9 Sep 2008 03:08
[ emacs-jabber-Feature Requests-2101186 ] Added call to `suppress-keymap' when creating roster-map
SourceForge.net <noreply <at> sourceforge.net>
2008-09-09 01:08:44 GMT
2008-09-09 01:08:44 GMT
Feature Requests item #2101186, was opened at 2008-09-08 21:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586353&aid=2101186&group_id=88346 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Joe Casadonte (northboundtrain) Assigned to: Nobody/Anonymous (nobody) Summary: Added call to `suppress-keymap' when creating roster-map Initial Comment: As it stands currently, accidentally hitting a key that's not bound to anything (e.g. 'w') will call `self-insert-command' and be inserted into the roster buffer, something which you probably don't want to do. Calling `suppress-keymap' immediately after creating it will get rid of all self-inserting keys. For example: (defvar jabber-roster-mode-map (let ((map (make-sparse-keymap))) (suppress-keymap map) (set-keymap-parent map jabber-common-keymap) ... map))(Continue reading)
RSS Feed