* bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p'
@ 2012-06-08 18:50 Drew Adams
2012-06-10 15:50 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and`icomplete-simple-completing-p' Drew Adams
2014-02-09 3:49 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p' Lars Ingebrigtsen
0 siblings, 2 replies; 9+ messages in thread
From: Drew Adams @ 2012-06-08 18:50 UTC (permalink / raw)
To: 11654
1. The doc string of `icomplete-with-completion-tables' should say what
a value of `t' means. It has a special meaning.
2. The doc string of `icomplete-simple-completing-p' should be corrected
wrt its "Conditions" description. What's missing is the logic that uses
`icomplete-with-completion-tables'.
3. The value of `icomplete-with-completion-tables' is not changed in
`icomplete.el'. It is changed only in `window.el'. Presumably this var
exists for libraries (presumably including 3rd-party code) to bind or
set. All the more reason for it to be better documented.
In GNU Emacs 24.1.1 (i386-mingw-nt5.1.2600)
of 2012-06-01 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.6) --no-opt --enable-checking --cflags
-ID:/devel/emacs/libs/libXpm-3.5.8/include
-ID:/devel/emacs/libs/libXpm-3.5.8/src
-ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
-ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include
-ID:/devel/emacs/libs/giflib-4.1.4-1/include
-ID:/devel/emacs/libs/jpeg-6b-4/include
-ID:/devel/emacs/libs/tiff-3.8.2-1/include
-ID:/devel/emacs/libs/gnutls-3.0.9/include'
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; doc of `icomplete-with-completion-tables' and`icomplete-simple-completing-p'
2012-06-08 18:50 bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p' Drew Adams
@ 2012-06-10 15:50 ` Drew Adams
2012-06-10 15:54 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
2014-02-09 3:49 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p' Lars Ingebrigtsen
1 sibling, 1 reply; 9+ messages in thread
From: Drew Adams @ 2012-06-10 15:50 UTC (permalink / raw)
To: 11654
See also this, which was never responded to:
http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg01841.html
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; doc of `icomplete-with-completion-tables'and`icomplete-simple-completing-p'
2012-06-10 15:50 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and`icomplete-simple-completing-p' Drew Adams
@ 2012-06-10 15:54 ` Drew Adams
2012-09-16 23:44 ` bug#11654: 24.1; doc of`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
0 siblings, 1 reply; 9+ messages in thread
From: Drew Adams @ 2012-06-10 15:54 UTC (permalink / raw)
To: 11654
> See also this, which was never responded to:
>
> http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg01841.html
And this, which could maybe be merged?
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10892
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; doc of`icomplete-with-completion-tables'and`icomplete-simple-completing-p'
2012-06-10 15:54 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
@ 2012-09-16 23:44 ` Drew Adams
2012-10-31 15:42 ` bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
0 siblings, 1 reply; 9+ messages in thread
From: Drew Adams @ 2012-09-16 23:44 UTC (permalink / raw)
To: 11654
ping
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p'
2012-09-16 23:44 ` bug#11654: 24.1; doc of`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
@ 2012-10-31 15:42 ` Drew Adams
2012-11-01 5:00 ` Jambunathan K
2012-11-01 7:27 ` Glenn Morris
0 siblings, 2 replies; 9+ messages in thread
From: Drew Adams @ 2012-10-31 15:42 UTC (permalink / raw)
To: 11654
ping
Please document the `t' value.
(Should it perhaps even be the default value?)
> Sent: Sunday, September 16, 2012 4:45 PM
>
> ping
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p'
2012-10-31 15:42 ` bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
@ 2012-11-01 5:00 ` Jambunathan K
2012-11-01 7:27 ` Glenn Morris
1 sibling, 0 replies; 9+ messages in thread
From: Jambunathan K @ 2012-11-01 5:00 UTC (permalink / raw)
To: Drew Adams; +Cc: 11654
> docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p'
I have a feeling that much of icomplete.el can be obsoleted after
absorbing it's existing functionality in to minibuffer.el.
In the re-written form, icomplete will simply be a one-line pre and post
command hooks and may be some user-variables.
> ping
>
> Please document the `t' value.
>
> (Should it perhaps even be the default value?)
See this bug/thread:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11131#31
The associated bzr revision is:
http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/110680
It is better that value be changed to t and/or the associated variable
made user customizable.
>> Sent: Sunday, September 16, 2012 4:45 PM
>>
>> ping
>
>
>
>
>
--
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p'
2012-10-31 15:42 ` bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
2012-11-01 5:00 ` Jambunathan K
@ 2012-11-01 7:27 ` Glenn Morris
2014-02-09 3:49 ` Lars Ingebrigtsen
1 sibling, 1 reply; 9+ messages in thread
From: Glenn Morris @ 2012-11-01 7:27 UTC (permalink / raw)
To: 11654
"Drew Adams" wrote:
> ping
http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00425.html
Why anyone is still putting up with this crap is beyond me.
(info "(gnus)scoring")
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p'
2012-06-08 18:50 bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p' Drew Adams
2012-06-10 15:50 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and`icomplete-simple-completing-p' Drew Adams
@ 2014-02-09 3:49 ` Lars Ingebrigtsen
1 sibling, 0 replies; 9+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-09 3:49 UTC (permalink / raw)
To: Drew Adams; +Cc: 11654
"Drew Adams" <drew.adams@oracle.com> writes:
> 1. The doc string of `icomplete-with-completion-tables' should say what
> a value of `t' means. It has a special meaning.
>
> 2. The doc string of `icomplete-simple-completing-p' should be corrected
> wrt its "Conditions" description. What's missing is the logic that uses
> `icomplete-with-completion-tables'.
Fixed on trunk.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p'
2012-11-01 7:27 ` Glenn Morris
@ 2014-02-09 3:49 ` Lars Ingebrigtsen
0 siblings, 0 replies; 9+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-09 3:49 UTC (permalink / raw)
To: Glenn Morris; +Cc: 11654
Glenn Morris <rgm@gnu.org> writes:
> http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00425.html
>
> Why anyone is still putting up with this crap is beyond me.
>
> (info "(gnus)scoring")
I've got a cold and I'm bored. >"?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-02-09 3:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:50 bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p' Drew Adams
2012-06-10 15:50 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and`icomplete-simple-completing-p' Drew Adams
2012-06-10 15:54 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
2012-09-16 23:44 ` bug#11654: 24.1; doc of`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
2012-10-31 15:42 ` bug#11654: 24.1; docof`icomplete-with-completion-tables'and`icomplete-simple-completing-p' Drew Adams
2012-11-01 5:00 ` Jambunathan K
2012-11-01 7:27 ` Glenn Morris
2014-02-09 3:49 ` Lars Ingebrigtsen
2014-02-09 3:49 ` bug#11654: 24.1; doc of `icomplete-with-completion-tables' and `icomplete-simple-completing-p' Lars Ingebrigtsen
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.