unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] Switching from (ido-mode 'both) to (ido-mode 'buffer) doesn't work
Date: Tue, 14 Jun 2005 17:09:29 +0200	[thread overview]
Message-ID: <m364whq8k6.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <87ll5dtsm2.fsf@wigwam.deepwood.net> (Daniel Brockman's message of "Tue, 14 Jun 2005 07:28:05 +0200")

Daniel Brockman <daniel@brockman.se> writes:

> I sent this patch over three weeks ago, but didn't get any response.
> Kim, could you check whether this patch is ok?

I think the following patch is better -- can you pls. test it?

*** ido.el	12 Jun 2005 01:10:06 +0200	1.61
--- ido.el	14 Jun 2005 17:07:57 +0200	
***************
*** 1320,1326 ****
  
      (add-hook 'kill-emacs-hook 'ido-kill-emacs-hook)
  
!     (unless ido-minor-mode-map-entry
        (setq ido-minor-mode-map-entry (cons 'ido-mode (make-sparse-keymap)))
        (add-to-list 'minor-mode-map-alist ido-minor-mode-map-entry))
  
--- 1320,1327 ----
  
      (add-hook 'kill-emacs-hook 'ido-kill-emacs-hook)
  
!     (if ido-minor-mode-map-entry
! 	(setcdr ido-minor-mode-map-entry (make-sparse-keymap))
        (setq ido-minor-mode-map-entry (cons 'ido-mode (make-sparse-keymap)))
        (add-to-list 'minor-mode-map-alist ido-minor-mode-map-entry))
  


-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

  parent reply	other threads:[~2005-06-14 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-18  3:58 [PATCH] Switching from (ido-mode 'both) to (ido-mode 'buffer) doesn't work Daniel Brockman
2005-06-14  5:28 ` Daniel Brockman
2005-06-14  6:00   ` Daniel Brockman
2005-06-14 15:09   ` Kim F. Storm [this message]
2005-06-14 15:19     ` Daniel Brockman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m364whq8k6.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).