From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Some way to have cursor focus on help windows automatically? Date: Fri, 19 Oct 2007 16:36:02 +0200 Message-ID: References: <1192754215.200986.134870@i13g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192804597 1994 80.91.229.12 (19 Oct 2007 14:36:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 14:36:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "William Xu" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 19 16:36:38 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iisxh-0000Gj-LD for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 16:36:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iisxa-0002CJ-2Q for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 10:36:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IisxJ-0002BT-DP for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:36:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IisxI-0002BH-01 for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:36:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IisxH-0002BE-QU for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:36:03 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IisxH-00049l-HL for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:36:03 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so60774nzc for ; Fri, 19 Oct 2007 07:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=k5Ub21X8CcTCpD0DHmD3VzWoIBtuGjaxpqhVMRBO01k=; b=SyyCpx03r//Vnbal2a2XM0fAb36oKwpETSSf+NWcxu9w5UymCsYStN2pRq1eKpVbZR4/pY5+VE3f56KY7Wj+eYGr8NdrC5rRkg4/LPq9V/AWV6CHjkG6NSFEJ63C132+xZw9tXoBBVlitf48YobRb5fyp3P2y3mPHKFnhcajuaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uhaY+QZUNOzS/U4Dq3riwlOmt0y1JssR7FFG4SjstlHqKBWLm0Dd/s9C8mYb72YwDNKgmXYYBTgTJfAQ3Zfkd/h7LaFJXA8AuimKmHzZv4qQhDD2mzetQMIoSlt2KUGXBxqVNfR4XKKwDBkAajGL/v/UpC8kWifQLpEpz5eqAIY= Original-Received: by 10.114.79.1 with SMTP id c1mr2124197wab.1192804562424; Fri, 19 Oct 2007 07:36:02 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Fri, 19 Oct 2007 07:36:02 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48572 Archived-At: On 10/19/07, William Xu wrote: > Actually i was just saying that it behaves differently from usual help > functions Well, yes, but the fact that the ehelp *Help* buffer is electric (it disappears when you type "q", for example) is a bigger departure from "standard helpiness" that the size of the window... > Maybe simply people have different tastes. Sure. One of the things I hate most when I start Emacs without my .emacs is having to type C-x 0 or C-x 1 all the time... Juanma