GNU bug report logs - #11718
24.1.50; `all-completions' returns results with wrong case

Previous Next

Package: emacs;

Reported by: michael_heerdegen <at> web.de

Date: Fri, 15 Jun 2012 19:00:02 UTC

Severity: normal

Tags: fixed

Found in versions 24.1.50, 24.3

Fixed in version 24.4

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 11718 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: bug#11718: 24.1.50; `all-completions' returns results with wrong case
Date: Tue, 26 Jun 2012 09:06:00 -0400
> (all-completions "/usr/share/emacs/24.1.50/lisp/$HO"
>                  #'completion--embedded-envvar-table)
> returns ("HOME").  What I would expect is ("$HOME").  Is this a bug?

No, it's a choice in completion--embedded-envvar-table.

> If not, is there a way to get ("$HOME")?

Sure.  Take completion--embedded-envvar-table and change it to add the
$ in front of its output and to subtract 1 from the `boundaries'
it returns.


        Stefan




This bug report was last modified 8 years and 319 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.