From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Per_Starb=E4ck?= Newsgroups: gmane.emacs.devel Subject: Re: where-is only mentions first key in interval Date: Mon, 13 Feb 2012 17:28:19 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1329150514 28485 80.91.229.3 (13 Feb 2012 16:28:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 16:28:34 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 17:28:31 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RwylR-0007dE-9N for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 17:28:29 +0100 Original-Received: from localhost ([::1]:47008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwylQ-0004Ll-GB for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 11:28:28 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwylJ-0004Kx-IK for emacs-devel@gnu.org; Mon, 13 Feb 2012 11:28:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwylI-0003ue-FM for emacs-devel@gnu.org; Mon, 13 Feb 2012 11:28:21 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:62213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwylI-0003uW-4k for emacs-devel@gnu.org; Mon, 13 Feb 2012 11:28:20 -0500 Original-Received: by wgbdt13 with SMTP id dt13so3891392wgb.30 for ; Mon, 13 Feb 2012 08:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Rh4fzjiymaDui6GSmmm7v8w6QIsOP6j0sJueFXlBccE=; b=iJZgtEh8aNtO1XHtjPwTKBBGHIwH2cq9NtcV7+tjZPYpfDRI7w24f9MEiu/iuEetR3 hH+39reMe2R8SIu6h8tqGbY/PRUU3Xz4xOiNq+7XtoB8bwvXJ3/3aqZjLfQVbQ2gjam8 s45LpC3CC3Si4t+tRZlw0+yZDMlcm3falMrfE= Original-Received: by 10.216.139.87 with SMTP id b65mr6314869wej.59.1329150499264; Mon, 13 Feb 2012 08:28:19 -0800 (PST) Original-Received: by 10.223.126.82 with HTTP; Mon, 13 Feb 2012 08:28:19 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: WdyXeiIbY7euxU8vf0VAqdUcG_U X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148559 Archived-At: > Per Emacs key notation, `e..f' means only one thing: the sequence of four > keystrokes `e', `.', `.', and `f'. But that is written 'e . . f' of course! Emacs already uses ".." for intervals at least for describe-bindings, but with spaces, like: SPC .. ~ self-insert-command