From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9600 Path: news.gmane.org!not-for-mail From: "Steven E. Harris" Newsgroups: gmane.emacs.gnus.user Subject: Re: expanding the article window Date: Wed, 29 Aug 2007 18:30:44 -0700 Organization: SEH Labs Message-ID: <7yfy21ztxu.fsf@fillmore.spawar.navy.mil> References: <84odgwde4s.fsf@blade3.toledo.com> <84odgwwya1.fsf@blade3.toledo.com> <7yir74brlf.fsf@fillmore.spawar.navy.mil> <83sl66ut2m.fsf@torus.sehlabs.com> <84r6lpdp7y.fsf@blade3.toledo.com> <84r6lpymyk.fsf@blade3.toledo.com> <7yodgr8qu9.fsf@fillmore.spawar.navy.mil> <84hcminlvz.fsf@blade3.toledo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188438034 5392 80.91.229.12 (30 Aug 2007 01:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2007 01:40:34 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Aug 30 03:40:32 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQZ1I-0000GP-Pu for gegu-info-gnus-english@m.gmane.org; Thu, 30 Aug 2007 03:40:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQZ1I-0008Ni-KC for gegu-info-gnus-english@m.gmane.org; Wed, 29 Aug 2007 21:40:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 22 Original-NNTP-Posting-Host: agns2.nosc.mil Original-X-Trace: reader1.panix.com 1188437440 16380 128.49.24.155 (30 Aug 2007 01:30:40 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Thu, 30 Aug 2007 01:30:40 +0000 (UTC) User-Agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.20 (cygwin32) Cancel-Lock: sha1:R28yrYdhJmHesluGBwLGtzboA5E= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79802 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9600 Archived-At: dbast0s@yahoo.com.br (Daniel C. Bastos) writes: > I wouldn't bind + because what we want is a non-shifted key, remember? Yes, I remember. I was just trying to come up with some example single-character for the `define-key' form, and I noticed that Sh-= wasn't taken, so it was safe for illustration. It's sort of symmetric with the default binding for '='. > To use +, I'd prefer sticking to "C-c e" which I can do with my left > hand only; the corner of my palm is usually very close to the control > key, and that's not the case with my right hand. Sure, that makes sense. Try [(control c) (e)] instead of ?\+ in the `define-key' form. Emacs may require a different syntax to define the keystroke sequence. -- Steven E. Harris