all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "heriberaht" <heriberaht@gmail.com>
Subject: Re: How to save minor mode in Desktop?
Date: 3 May 2005 04:59:10 -0700	[thread overview]
Message-ID: <1115121550.177175.23240@f14g2000cwb.googlegroups.com> (raw)
In-Reply-To: <mailman.248.1115046900.2819.help-gnu-emacs@gnu.org>


  I have read these comments, but can't figure out how to set
correctly. Later I adde the minor-mode to matlab-mode-hook and solved
it in a not so clever way.

(defun my-matlab-mode-hook ()
  (setq fill-column 76) ;
  (setnu-mode 1)
  (load "matlab-eei")
  (matlab-eei-minor-mode 1)
  (define-key matlab-eei-mode-map (kbd "C-c C-d C-c")
'matlab-eei-clear-breakpoints)
  (define-key matlab-eei-mode-map (kbd "C-c C-d C-q")
'matlab-eei-exit-debug)
  (setq matlab-comment-region-s "% ")
  )

  parent reply	other threads:[~2005-05-03 11:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-30  3:32 How to save minor mode in Desktop? heriberaht
2005-05-02 15:09 ` Kevin Rodgers
     [not found] ` <mailman.248.1115046900.2819.help-gnu-emacs@gnu.org>
2005-05-03 11:59   ` heriberaht [this message]
2005-05-04 16:58     ` Kevin Rodgers
     [not found]     ` <mailman.3270.1115227292.2819.help-gnu-emacs@gnu.org>
2005-05-05  2:53       ` heriberaht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1115121550.177175.23240@f14g2000cwb.googlegroups.com \
    --to=heriberaht@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.