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 15:42:12 +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 1192801440 21890 80.91.229.12 (19 Oct 2007 13:44:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 13:44:00 +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 15:44:01 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 1Iis8r-0002dV-Qh for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 15:43:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iis8k-0000n8-Bu for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 09:43:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iis7E-0007am-6V for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 09:42:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iis7C-0007Xf-D4 for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 09:42:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iis7B-0007X2-Nu for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 09:42:13 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iis7B-0004dz-8a for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 09:42:13 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so46216nzc for ; Fri, 19 Oct 2007 06:42:12 -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=l+xHSrjzbsIhoN/BpUVjpweAZgybB/PxHFWuH0ynZg4=; b=CGfMlLzFH3Cg83CT5w0b+Vftaav4qQviL80MdjSmu7UQ7Gd2oMZN/lvytTedal382obD4dFbNvuN1xFTPQALOAnWfQ5FG1U+q7tmgRNqbU+dOObjaJ7kTcbZPBlmMT1sWaUP6/Hk5wlwcd9UTeOJnyefclor6zrjE41b8Rnj0n4= 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=WJWbGVz4e/3czPQ3vmDILp8k+Cs+NqFePRKkqfhCsPkWndjQQGSmLRLmu7+w6gSgNO/O0KN7yklPmU2LSrYQwoOwwbfKy4HgvutXBGCSrHVqvQ+amPqpHRzQ6DtCthl9DzYbpFZSRiHbxxmseR3HmevYVKXZxtpZUYj7TY/YTr8= Original-Received: by 10.115.75.1 with SMTP id c1mr2073127wal.1192801332151; Fri, 19 Oct 2007 06:42:12 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Fri, 19 Oct 2007 06:42:12 -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:48566 Archived-At: On 10/19/07, William Xu wrote: > Seems it doesn't comply with normal help functions' behaviour. The help > window is not always created by splitting current window half and half. I'm not sure I understand you, but if I do, that's a feature. Why would you want a window of half the previous window's size to show a help just two or three lines high? Juanma