From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Slawomir Nowaczyk Newsgroups: gmane.emacs.help Subject: Re: One more time: binding overwrite-mode to Apple kbd Date: Fri, 21 Jul 2006 03:11:24 +0200 Message-ID: <20060721025033.AAF2.SLAWOMIR.NOWACZYK.847@student.lu.se> References: <20060719204537.2126.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1153444308 1078 80.91.229.2 (21 Jul 2006 01:11:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jul 2006 01:11:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 21 03:11:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3jYO-0004qz-K6 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jul 2006 03:11:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3jYN-00087r-U6 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jul 2006 21:11:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3jYB-00085e-4f for help-gnu-emacs@gnu.org; Thu, 20 Jul 2006 21:11:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3jY9-00084N-Dy for help-gnu-emacs@gnu.org; Thu, 20 Jul 2006 21:11:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3jY9-00084C-7c for help-gnu-emacs@gnu.org; Thu, 20 Jul 2006 21:11:29 -0400 Original-Received: from [130.235.16.11] (helo=himmelsborg.cs.lth.se) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3jYR-0007pR-Rc for help-gnu-emacs@gnu.org; Thu, 20 Jul 2006 21:11:48 -0400 Original-Received: from [127.0.0.1] (slawek@dain [130.235.16.76]) by himmelsborg.cs.lth.se (8.13.6/8.13.6/perf-jw-tr) with ESMTP id k6L1BPmC018605 for ; Fri, 21 Jul 2006 03:11:26 +0200 (CEST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Esmandil_Citation: done X-Mailer-Plugin: Popup Memopad for Becky!2 Ver.0.02 Rev.2 X-Mailer: Becky! ver. 2.25.02 [en] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36137 Archived-At: On Thu, 20 Jul 2006 16:31:21 -0600 Kevin Rodgers wrote: #>> It there some reason why there is no picture-mode-toggle command? #> #> Try this: #> 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.