emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

switch-to-prolog is missing


From: Tomohiro Matsuyama
Subject: switch-to-prolog is missing
Date: Sat, 19 Jul 2014 20:55:05 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.92 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]