Message from discussion
bookmarks not case sensitive?
Received: by 10.180.73.173 with SMTP id m13mr1340306wiv.4.1349560809879;
Sat, 06 Oct 2012 15:00:09 -0700 (PDT)
Path: q10ni64994175wif.0!nntp.google.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail
From: Christoph Herzog <rho...@gmail.com>
Newsgroups: gnu.emacs.help
Subject: bookmarks not case sensitive?
Date: Sat, 06 Oct 2012 23:54:39 +0200
Lines: 15
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.10485.1349560808.855.help-gnu-emacs@gnu.org>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1349560809 6904 208.118.235.17 (6 Oct 2012 22:00:09 GMT)
X-Complaints-To: action@cs.stanford.edu
To: help-gnu-em...@gnu.org
Envelope-to: help-gnu-em...@gnu.org
X-Injected-Via-Gmane: http://gmane.org/
X-Gmane-NNTP-Posting-Host: p4ffe6be7.dip.t-dialin.net
User-Agent: Mozilla/5.0 (X11; Linux i686;
rv:12.0) Gecko/20120430 Thunderbird/12.0.1
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
recognized.
X-Received-From: 80.91.229.3
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
Why is it that bookmarks in Emacs behave not case sensitive?
When I start Emacs 24.2.1 (GTK+ Version 2.24.10) on my Kubuntu 12.4 box
with -q and bookmark a file a.txt with a bookmark named aka and after
that another file A.txt with a bookmark named AKA, the result are not
two bookmarks aka (pointing to a.txt) and AKA (pointing to A.txt) as I
would have expected but a single bookmark aka pointing to A.txt.
Is this intended or am I missing something?
Chris