From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: bookmarks not case sensitive? Date: Sun, 07 Oct 2012 11:08:56 +0530 Message-ID: <87r4pa6du7.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349588256 9972 80.91.229.3 (7 Oct 2012 05:37:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2012 05:37:36 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Christoph Herzog Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 07 07:37:42 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TKjYc-0003nR-6X for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Oct 2012 07:37:42 +0200 Original-Received: from localhost ([::1]:59189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKjYW-0006GS-An for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Oct 2012 01:37:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKjYR-0006GN-Dp for help-gnu-emacs@gnu.org; Sun, 07 Oct 2012 01:37:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKjYQ-00069V-FN for help-gnu-emacs@gnu.org; Sun, 07 Oct 2012 01:37:31 -0400 Original-Received: from mail-da0-f41.google.com ([209.85.210.41]:56164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKjYQ-00069P-8C for help-gnu-emacs@gnu.org; Sun, 07 Oct 2012 01:37:30 -0400 Original-Received: by mail-da0-f41.google.com with SMTP id i14so1114897dad.0 for ; Sat, 06 Oct 2012 22:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=W3bp174IVQgS8Quuyh0CbywnYMdkf6rtYpXh9a67EQo=; b=euuUdpEDh+Xklbf3GRgLKpE5DfCRf5MhJq60ma/lRkCCkO8wUKE57TBwG5PAGBprvs HhhcErZd/tIVl9FJosOYvmO3QkaYDyAN5cMUGxvQgCUShokdbyZ2AVcKUWuKQrNOLeRG M0UfY/wt8FKGVll5v/BvuPWauDah/jnVAkWJNnWZSXLX/0g8IJMvxolKixYrV0fgFkAJ a+hlsdrq/nR4r9YequGBZ5+7VnhHKLx9b3hpE83f5gkb7w/jnV3vKVk6nqq6zPtXZMgW eLebo1Sv2cizs+9dAH2Pt4m9JmtcSIPc8h3MRtsOJpb2EPcjT9xsTAm6XrbMZguCox6n GS3g== Original-Received: by 10.66.75.162 with SMTP id d2mr33621385paw.27.1349588248655; Sat, 06 Oct 2012 22:37:28 -0700 (PDT) Original-Received: from debian-6.05 ([101.62.25.141]) by mx.google.com with ESMTPS id pw2sm6998385pbb.59.2012.10.06.22.37.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 06 Oct 2012 22:37:27 -0700 (PDT) In-Reply-To: (Christoph Herzog's message of "Sat, 06 Oct 2012 23:54:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87119 Archived-At: Christoph Herzog writes: > 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? M-x customize-group RET bookmark RET (search for the word `case') > Chris > > > --