GNU bug report logs - #733
23.0.60; epa-list-keys buffer behaves strangely

Previous Next

Package: emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>

Date: Sat, 16 Aug 2008 23:40:05 UTC

Severity: normal

Tags: wontfix

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 733 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Daiki Ueno <ueno <at> unixuser.org>
To: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Cc: 733 <at> debbugs.gnu.org
Subject: Re: bug#733: 23.0.60; epa-list-keys buffer behaves strangely
Date: Thu, 21 Aug 2008 16:18:39 +0900
Sorry for late response.

>>>>> In <B40D498F-F913-4B89-9DAC-D743694AD48F <at> Freenet.DE> 
>>>>>	Peter Dyballa <Peter_Dyballa <at> Freenet.DE> wrote:

> Choosing from the Tools menu Encryption/Decryption -> List Keys I
> created a *Keys* buffer (and Keys menu). When I click on a key in the
> *Keys* list buffer with the mouse cursor, a new buffer, *Key*<some
number> opens. The text cursor is left at its last position. This is
> a bit confusing when there is no relation between the spot or line
> where the text cursor blinks and the line with the key that is
> displayed in another window.

How about the following?

(eval-after-load "epa"
  '(defun epa--key-widget-action (widget &optional event)
     (save-selected-window
       (epa--show-key (widget-get widget :value)))))

(setq widget-button-click-moves-point t)

Regards,
-- 
Daiki Ueno




This bug report was last modified 14 years and 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.