emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16334: closed (24.3.50; company-capf eats the firs


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16334: closed (24.3.50; company-capf eats the first char in IELM filename completions)
Date: Sun, 05 Jan 2014 03:18:02 +0000

Your message dated Sun, 05 Jan 2014 07:17:00 +0400
with message-id <address@hidden>
and subject line Re: bug#16334: 24.3.50; company-capf eats the first char in 
IELM filename completions
has caused the debbugs.gnu.org bug report #16334,
regarding 24.3.50; company-capf eats the first char in IELM filename completions
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16334: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16334
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; company-capf eats the first char in IELM filename completions Date: Sat, 04 Jan 2014 03:20:17 +0400
1. Open an IELM buffer and (on Unix) type `"/' there.

2. Leave the point after `/'.

3. Type `M-x company-capf', see that all candidates have the first
character missing.

This is caused by `(comint--match-partial-filename)' matching the full
file path, including the leading slash, but
`comint-completion-file-name-table' returning base names, without any
path separators. Not sure how `completion-at-point' ignores that
problem.

Bonus round:

4. Type `/u', see the suggestion to complete it to `/ur/'.

5. Type `/usr/', then `M-x company-capf', see an error caused by some
candidates being shorter than the prefix.

In GNU Emacs 24.3.50.4 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6)
 of 2014-01-04 on axl
Bzr revision: 115859 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.11403000
System Description:     Ubuntu 13.10



--- End Message ---
--- Begin Message --- Subject: Re: bug#16334: 24.3.50; company-capf eats the first char in IELM filename completions Date: Sun, 05 Jan 2014 07:17:00 +0400 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
On 05.01.2014 06:20, Dmitry Gutov wrote:
Ok, I'll try.

Fixed upstream.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]