From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Backward completions Date: Thu, 19 Nov 2009 18:58:41 +0100 Message-ID: References: <61C01A08-8FB6-4908-B9F1-B9F1CE3E3D92@gmail.com> <87fx8kjosa.fsf_-_@mail.jurta.org> <7b501d5c0911120209x7c8f493fm68fadef6f1311206@mail.gmail.com> <87bpj16pkh.fsf@mail.jurta.org> <87tywsz9lb.fsf_-_@mail.jurta.org> <33D4DB11B8C64C4CBF50DEDCA3CE7932@us.oracle.com> <87k4xn4tmz.fsf@mail.jurta.org> <873a4bf0hz.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1258653693 20179 80.91.229.12 (19 Nov 2009 18:01:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 18:01:33 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 19:01:24 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NBBJp-0005Q7-EC for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 19:01:21 +0100 Original-Received: from localhost ([127.0.0.1]:33123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBBJo-0000LV-N5 for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 13:01:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBBHf-0007gS-8v for emacs-devel@gnu.org; Thu, 19 Nov 2009 12:59:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBBHa-0007eK-K2 for emacs-devel@gnu.org; Thu, 19 Nov 2009 12:59:06 -0500 Original-Received: from [199.232.76.173] (port=55680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBBHa-0007e4-89 for emacs-devel@gnu.org; Thu, 19 Nov 2009 12:59:02 -0500 Original-Received: from mail-yw0-f194.google.com ([209.85.211.194]:47080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBBHZ-0001Al-Qa for emacs-devel@gnu.org; Thu, 19 Nov 2009 12:59:02 -0500 Original-Received: by ywh32 with SMTP id 32so5193424ywh.14 for ; Thu, 19 Nov 2009 09:59:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=ac2MJeS7lit92NdkE1tq9zoDv1wnC1YvGEBzKHSX2To=; b=XYEjUpLTrgLX3ETeaDD2T3ar0ZU7Dj+dAo/ruWMRG1zbeRDQIlBwMUdCfJUNiD8wOo vqWnROdM1IVTLNmcbMqyYud/DwQmnGhxusXqBLPkG8NhIbR165Iyz9THcjr4v5JubYgm E8PWeMt73yA6gYcTT4GTCrctMZ0URaiTSo6v4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=R4MSMwtti1YK9FL9WC15zRmagjLfGoIa1kGGmv3aP0RprHBiu72piBCPiLQizcuRN3 r2A9+jJMLcwcUInKsv1ngzn0OL6SWjawttLhuUiEtcxVd70qnhn0WUSSfAg9acfWPsxT Xs6SC3mDoJKaOXLDGGrUuPYPO/7VXAqCkHDVY= Original-Received: by 10.101.3.1 with SMTP id f1mr571212ani.85.1258653541068; Thu, 19 Nov 2009 09:59:01 -0800 (PST) In-Reply-To: <873a4bf0hz.fsf@mail.jurta.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117273 Archived-At: On Thu, Nov 19, 2009 at 6:36 PM, Juri Linkov wrote: >>>>> FWIW, C-v and M-v make more sense (yes, in the minibuffer too) for >>>>> scrolling completions than do TAB and . >>>> >>>> Page Up/Down? >>> >>> and M-v are bound to `switch-to-completions', so they can't be >>> used for scrolling. >> >> But normal scrolling keys would be more convenient for scrolling, >> wouldn't they? > > Then you have to find a convenient key for switching to the > *Completions* buffer (instead of and M-v). Yes, but that would be less surprising to most (new) users.