From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "heriberaht" Newsgroups: gmane.emacs.help Subject: Re: How to save minor mode in Desktop? Date: 4 May 2005 19:53:17 -0700 Organization: http://groups.google.com Message-ID: <1115261596.964646.21690@g14g2000cwa.googlegroups.com> References: <1114831942.001180.32700@o13g2000cwo.googlegroups.com> <1115121550.177175.23240@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1115261280 22644 80.91.229.2 (5 May 2005 02:48:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 May 2005 02:48:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 05 04:47:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTWOs-0001Bk-TI for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2005 04:47:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTWWJ-0007lT-G8 for geh-help-gnu-emacs@m.gmane.org; Wed, 04 May 2005 22:55:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 61.144.54.40 Original-X-Trace: posting.google.com 1115261602 17177 127.0.0.1 (5 May 2005 02:53:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 5 May 2005 02:53:22 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=61.144.54.40; posting-account=niQFxw0AAACd-0Ipz7XcIyOpMX-CUkLS Original-Xref: shelby.stanford.edu gnu.emacs.help:130681 Original-To: help-gnu-emacs@gnu.org 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:26333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26333 when in setnu-mode and matlab-eei-minor-mode, C-h v : minor-mode-alist and get the value: ((matlab-eei-minor-mode " EEI") (outline-minor-mode " Outl") (dired-omit-mode (:eval (if (eq major-mode 'dired-mode) " Omit" ""))) (table-fixed-mode-indicator " Fixed-Table") (table-mode-indicator " Table") (server-buffer-clients " Server") (view-mode #(" View" 0 5 (local-map (keymap (header-line keymap (down-mouse-3 . mode-line-mode-menu-1)) (mode-line keymap (down-mouse-3 . mode-line-mode-menu-1) (mouse-2 . mode-line-minor-mode-help))) help-echo "mouse-3: minor mode menu"))) (visible-mode " Vis") (next-error-follow-minor-mode " Fol") (flyspell-mode flyspell-mode-line-string) (flymake-mode flymake-mode-line) (abbrev-mode " Abbrev") (overwrite-mode overwrite-mode) (auto-fill-function " Fill") (defining-kbd-macro " Def") (isearch-mode isearch-mode)) It seems that the matlab-eei-minor-mode needn't be customized, butI have to set the setnu-mode by other methods.