PeepOpen-Issues icon indicating copy to clipboard operation
PeepOpen-Issues copied to clipboard

peepopen.el does not set meta-T key binding

Open seth opened this issue 14 years ago • 0 comments

Hi,

I'm running this emacs: GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08 on black.local And PeepOpen 0.2.4

The keybinding did not work for me until I applied the following patch to peepopen.el:

--- peepopen.el.orig 2010-11-03 11:03:34.000000000 -0700 +++ peepopen.el 2010-11-03 11:03:47.000000000 -0700 @@ -87,7 +87,7 @@ (define-key textmate-mode-map [(meta t)] 'peepopen-goto-file-gui))

(defun peepopen-bind-ns-keys ()

  • (define-key textmate-mode-map [(super t)] 'peepopen-goto-file-gui))
  • (define-key textmate-mode-map [(meta t)] 'peepopen-goto-file-gui))

;;;###autoload

seth avatar Nov 03 '10 18:11 seth