help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: One more time: binding overwrite-mode to Apple kbd


From: Slawomir Nowaczyk
Subject: Re: One more time: binding overwrite-mode to Apple kbd
Date: Fri, 21 Jul 2006 03:11:24 +0200

On Thu, 20 Jul 2006 16:31:21 -0600
Kevin Rodgers <ihs_4664@yahoo.com> wrote:

#>> It there some reason why there is no picture-mode-toggle command?
#>
#> Try this:
#>   <snip>

Well, I guess a simple (not tested)

#> (defun toggle-picture-mode ()
#>    "Toggle"
#>    (if (eq major-mode 'picture-mode)
#>      (picture-mode-exit)
#>      (picture-mode)))

would suffice. It's just that it seems to me like a function that
should be in the Emacs itself.

--
 Best wishes,
   Slawomir Nowaczyk
     ( slawomir.nowaczyk.847@student.lu.se )

To become a Jedi, use Emacs you have to.





reply via email to

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