From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44140 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: building a smarter gnus Date: Tue, 02 Apr 2002 15:00:56 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017788818 26872 127.0.0.1 (2 Apr 2002 23:06:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 2 Apr 2002 23:06:58 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16sXMg-0006zJ-00 for ; Wed, 03 Apr 2002 01:06:58 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16sXM2-0006vX-00; Tue, 02 Apr 2002 17:06:18 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Apr 2002 17:06:26 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA05975 for ; Tue, 2 Apr 2002 17:06:15 -0600 (CST) Original-Received: (qmail 18445 invoked by alias); 2 Apr 2002 23:06:01 -0000 Original-Received: (qmail 18440 invoked from network); 2 Apr 2002 23:06:01 -0000 Original-Received: from unknown (HELO mail.dslextreme.com) (66.51.205.200) by gnus.org with SMTP; 2 Apr 2002 23:06:01 -0000 Original-Received: from reader.local.lan (adsl-66.51.210.228.dslextreme.com [66.51.210.228]) by mail.dslextreme.com (8.12.2/8.12.2) with ESMTP id g32N6pX9002363 for ; Tue, 2 Apr 2002 15:06:57 -0800 Original-Received: (from reader@localhost) by reader.local.lan (8.11.6/8.11.6) id g32N5RN18860; Tue, 2 Apr 2002 15:05:27 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: (Wes Hardaker's message of "Tue, 02 Apr 2002 09:06:45 -0800") User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1.80 (i586-pc-linux-gnu) Original-Lines: 26 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44140 Wes Hardaker writes: > Grr... You know, I searched for "backend" in the manual and didn't > see anything so just copied an example. I now see I should have > searched for "back end". Sigh. There is lots of stuff like that in emacs manual too. Yesterday I went looking for the key strokes to change the size of a window. M-x apropos increase.*size M-x apropos increase M-x apropos size Finally tried something really general M-x apropos window And after enough steping thru, found: C-x ^ enlarge-window I never did find the opposite command But it turns out you can do it with -numbers like C-u -2 C-x ^ or C-- 2 C-x ^ And there is: C-x = balance-windows I had invented a few new curse words by the time I finally found it. And just guessed the rest.