From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81831 Path: news.gmane.org!not-for-mail From: Eric Fraga Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-buffer-configuration and wide screens Date: Mon, 7 May 2012 21:13:38 +0930 Message-ID: <87y5p4dxn9.fsf@ucl.ac.uk> References: <871umwvauy.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1336391241 14474 80.91.229.3 (7 May 2012 11:47:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 May 2012 11:47:21 +0000 (UTC) To: Original-X-From: ding-owner+M30101@lists.math.uh.edu Mon May 07 13:47:21 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SRMPQ-0008I1-8R for ding-account@gmane.org; Mon, 07 May 2012 13:47:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SRMOO-0000Y8-TT; Mon, 07 May 2012 06:46:16 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SRMOM-0000Xd-AL for ding@lists.math.uh.edu; Mon, 07 May 2012 06:46:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SRMOJ-0000za-SC for ding@lists.math.uh.edu; Mon, 07 May 2012 06:46:13 -0500 Original-Received: from va3ehsobe002.messaging.microsoft.com ([216.32.180.12] helo=va3outboundpool.messaging.microsoft.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SRMOD-0002tZ-Uq for ding@gnus.org; Mon, 07 May 2012 13:46:06 +0200 Original-Received: from mail148-va3-R.bigfish.com (10.7.14.242) by VA3EHSOBE005.bigfish.com (10.7.40.25) with Microsoft SMTP Server id 14.1.225.23; Mon, 7 May 2012 11:45:46 +0000 Original-Received: from mail148-va3 (localhost [127.0.0.1]) by mail148-va3-R.bigfish.com (Postfix) with ESMTP id 100824A04D8 for ; Mon, 7 May 2012 11:45:46 +0000 (UTC) X-SpamScore: -8 X-BigFish: PS-8(zz1432N98dKzz1202hzz8275dhz2dh2a8h668h839h8e2h8e3hd24he5bhbe9i) X-Forefront-Antispam-Report: CIP:157.55.9.135;KIP:(null);UIP:(null);IPV:NLI;H:DB3PRD0104HT018.eurprd01.prod.exchangelabs.com;RD:none;EFVD:NLI Original-Received: from mail148-va3 (localhost.localdomain [127.0.0.1]) by mail148-va3 (MessageSwitch) id 1336391143878240_31345; Mon, 7 May 2012 11:45:43 +0000 (UTC) Original-Received: from VA3EHSMHS003.bigfish.com (unknown [10.7.14.237]) by mail148-va3.bigfish.com (Postfix) with ESMTP id D1A8D2202D2 for ; Mon, 7 May 2012 11:45:43 +0000 (UTC) Original-Received: from DB3PRD0104HT018.eurprd01.prod.exchangelabs.com (157.55.9.135) by VA3EHSMHS003.bigfish.com (10.7.99.13) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 7 May 2012 11:45:41 +0000 Original-Received: from localhost (175.38.214.77) by pod51002.outlook.com (10.4.156.48) with Microsoft SMTP Server (TLS) id 14.15.74.2; Mon, 7 May 2012 11:43:49 +0000 Mail-Followup-To: ding@gnus.org In-Reply-To: (Katsumi Yamaoka's message of "Mon, 7 May 2012 15:45:06 +0900") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Originating-IP: [175.38.214.77] X-UCLLIVE-SCLRULE: HASRUN X-OriginatorOrg: ucl.ac.uk X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81831 Archived-At: Katsumi Yamaoka writes: > Eric S Fraga wrote: > [...] >> (article (horizontal 1.0 (article 0.6 point) (summary 1.0))) > >> I get an error: > >> ,---- >>| Debugger entered--Lisp error: (args-out-of-range 0) >>| get-char-property(0 invisible) >>| gnus-summary-show-thread() >>| gnus-summary-scroll-up(1) >>| call-interactively(gnus-summary-scroll-up nil nil) >> `---- > > Many summary commands assume the point to be in a summary buffer. Sure but point is allowed to be in the article window and gnus works just fine with point there although obviously some commands are not available and/or work differently. > So, some of the ones, that run (gnus-configure-windows 'article), > need to be modified like the following, I think. > > (defun gnus-summary-* () > ... > (gnus-configure-windows 'article) > + (gnus-eval-in-buffer-window gnus-summary-buffer > ...) > + ) I didn't understand this at all. Sorry. My question is why cannot point be placed in the article window automatically using the gnus configuration settings? I can obviously display the article and then immediately hit "h" to put point in the article window and gnus works fine when I do so. >> 2. I have tried adding the "server" buffer to the group display, again [...] > How about this one? > > (group > (horizontal 1.0 > (group 0.6 point) > (progn (gnus-group-enter-server-mode) > '(server 1.0)))) Thanks. I'll try this out. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1 + Ma Gnus v0.6