all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* switch-to-prolog is missing
@ 2014-07-19 11:55 Tomohiro Matsuyama
  2014-07-20 14:14 ` Stefan Monnier
  2014-07-25  8:24 ` Glenn Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Tomohiro Matsuyama @ 2014-07-19 11:55 UTC (permalink / raw)
  To: emacs-devel

Hi all,

`switch-to-prolog' seems to be missing in prolog.el, though
`prolog-mode-map' has a key binding `C-c C-z' for it.

I have an alternative implementation for now, and it works well.

    (defun switch-to-prolog ()
      (interactive)
      (pop-to-buffer (prolog-inferior-buffer)))

-- Tomohiro



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-25  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-19 11:55 switch-to-prolog is missing Tomohiro Matsuyama
2014-07-20 14:14 ` Stefan Monnier
2014-07-25  8:24 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.