unofficial mirror of emacs-devel@gnu.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

* Re: switch-to-prolog is missing
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2014-07-20 14:14 UTC (permalink / raw)
  To: Tomohiro Matsuyama; +Cc: emacs-devel

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

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

Go for it,


        Stefan



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

* Re: switch-to-prolog is missing
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2014-07-25  8:24 UTC (permalink / raw)
  To: Tomohiro Matsuyama; +Cc: emacs-devel


In 23.4, this was an alias to `run-prolog', so I just re-added that alias.



^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).