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:12:18 +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 1192803181 28774 80.91.229.12 (19 Oct 2007 14:13:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 14:13:01 +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:12:59 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 1Iisai-0001oa-Fz for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 16:12:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iisaa-0002uV-Im for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 10:12:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IisaM-0002tX-3z for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:12:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IisaK-0002rQ-Ia for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:12:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IisaK-0002rJ-FN for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:12:20 -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 1IisaK-0006AD-21 for help-gnu-emacs@gnu.org; Fri, 19 Oct 2007 10:12:20 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so54406nzc for ; Fri, 19 Oct 2007 07:12:19 -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=dSqyEChVpQaV+7ojw6qpu+v+wsZfLjkfCXI1J8jofic=; b=AhbRxWctb5zbzF7U5Np7vleUGszgL4tO54xC2jDuRJcVW93nlwie+IoH7Zp+2DndfpGK/7/+WKTpw7ZRh3M8pNLs8f1frb128bqpG0CcMJJdlCWuvZCO3k5Ulu5GFzeScgGZAPbv0eFeXwswShxYFT0Ktz8x1avt7aG2B21veYc= 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=gHGVu0AFT4aVjVff3GgMm+zy5lKYq7CExDwxJvaDfjiC5myOBmQGqnXEOMFKEdDDoeAqn9EVg/B75DOgDo8P0QxC880hBcvH1ILpJ8m4yP/L+17LhY3hERvAwcXlL9M7OdeJZ5V05acIBcKnNIE2YeRpWEE2UYYOwu0TE3PclAY= Original-Received: by 10.114.57.1 with SMTP id f1mr2127554waa.1192803138460; Fri, 19 Oct 2007 07:12:18 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Fri, 19 Oct 2007 07:12:18 -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:48568 Archived-At: On 10/19/07, William Xu wrote: > It's the default behaviour of the standard emacs help functions. I don't follow. ehelp is optional, and its behavior is fit-window-to-buffer. Which is the problem again? > I think developers have their points. Meaning? > Thinking of that the docstring is often much longer than just two of > three lines. Yes. How does that represent a problem with ehelp? Juanma