all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ken Manheimer" <ken.manheimer@gmail.com>
Subject: Re: icomplete.el patch to accommodate addition of internal-complete-buffer
Date: Sat, 23 Sep 2006 19:37:18 -0400	[thread overview]
Message-ID: <2cd46e7f0609231637xf45221av1593866105f7c8d@mail.gmail.com> (raw)
In-Reply-To: <2cd46e7f0609221307w162d95d4s5bfd4bbd8e64c063@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1630 bytes --]

i made a mistake in yesterdays patch, changing the new variable name but not
the reference to it.  the attached patch rectifies that, and removes a
superfluous local variable setting which would set off the
local-variable-setting-warning for everyone else in the world but me.  the
attached ChangeLog entry details the changes.  sorry about the extra work!

ken

On 9/22/06, Ken Manheimer <ken.manheimer@gmail.com> wrote:
>
> the attached patch reenables icomplete operation during interactive
> buffer selection.  the ChangeLog entry is included below my signature,
> and it's also attached along with the patch.
>
> i would like to know about any other specialized completion
> tables/functions that would be appropriate - and trivial - to include
> among those that icomplete accepts.  i would even more like some way
> for icomplete to automatically recognize those functions, but don't
> know the territory well enough to be able to say whether that's even a
> reasonable possibility.
>
> in any case, would someone check this in?
> --
> ken
> ken.manheimer@gmail.com
> http://myriadicity.net
>
> 2006-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
>
>         * icomplete.el (icomplete-with-completion-tables): List of
>         specialized completion tables with which icomplete should
>         operate.  Include the new `internal-complete-buffer', so icomplete
>         works with interactive buffer selection.
>         (icomplete-simple-completing-p): Add acceptance of specialized
>         completion tables listed in icomplete-with-completion-tables.
>
>
>


-- 
ken
ken.manheimer@gmail.com
http://myriadicity.net

[-- Attachment #1.2: Type: text/html, Size: 2592 bytes --]

[-- Attachment #2: icomplete-patch.txt --]
[-- Type: text/plain, Size: 636 bytes --]

--- icomplete.el	23 Sep 2006 17:27:18 -0400	1.39
+++ icomplete.el	23 Sep 2006 17:34:15 -0400	
@@ -192,7 +192,7 @@
        minibuffer-completion-table
        (or (not (functionp minibuffer-completion-table))
            (member minibuffer-completion-table
-                   icomplete-for-completion-tables))))
+                   icomplete-with-completion-tables))))
 
 ;;;_ > icomplete-minibuffer-setup ()
 (defun icomplete-minibuffer-setup ()
@@ -333,7 +333,6 @@
 ;;;_* Local emacs vars.
 ;;;Local variables:
 ;;;allout-layout: (-2 :)
-;;;allout-widgets-mode-inhibit: t
 ;;;End:
 
 ;; arch-tag: 339ec25a-0741-4eb6-be63-997532e89b0f

[-- Attachment #3: icomplete-ChangeLog.txt --]
[-- Type: text/plain, Size: 236 bytes --]

2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>

	* icomplete.el (icomplete-simple-completing-p): Use the correct
	name for the new variable, `icomplete-with-completion-tables'.
	(file local variables): Remove superfluous setting.

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  parent reply	other threads:[~2006-09-23 23:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22 20:07 icomplete.el patch to accommodate addition of internal-complete-buffer Ken Manheimer
2006-09-23 18:41 ` Chong Yidong
2006-09-23 23:37 ` Ken Manheimer [this message]
2006-09-24 13:49   ` Chong Yidong

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=2cd46e7f0609231637xf45221av1593866105f7c8d@mail.gmail.com \
    --to=ken.manheimer@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.