From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7173 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus-summary-prev-page Date: Sun, 30 Apr 2006 18:56:17 +0200 Message-ID: <877j57uhn2.fsf@gmail.com> References: <877j5a3vrv.fsf@gmail.com> <87aca3ma2e.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146418833 1578 80.91.229.2 (30 Apr 2006 17:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 17:40:33 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Apr 30 19:40:32 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaFuI-0004Sy-Po for gegu-info-gnus-english@m.gmane.org; Sun, 30 Apr 2006 19:40:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaFuI-0002GP-CU for gegu-info-gnus-english@m.gmane.org; Sun, 30 Apr 2006 13:40:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 69 Original-X-Trace: individual.net KAtCzF9cTv6QbCnvndcKIAcWLQ/7iEKZzmiDMKQb9GWyfKzs/y X-Orig-Path: l.h.c!news User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:+ytUDHIvV++UTjf065ThRG/SZOs= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77355 Original-To: info-gnus-english@gnu.org 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:7173 Archived-At: Tassilo Horn writes: > Hadron Quark writes: > > Hi Hadron, > >>> This should work: >>> >>> (define-key gnus-summary-mode-map "b" 'gnus-summary-prev-page) >> >> Unfortunately emacs always just give an error message "no such part" : >> even on "multi page" posts which I have scrolled forward with "space". > > I've seen that `gnus-summary-prev-page' is bound to DEL by default (`M-x > describe-bindings' when in summary buffer). Does this work? yes > > What does `C-h k b' say? view part: === b runs the command gnus-article-view-part which is an interactive compiled Lisp function in `gnus-art'. (gnus-article-view-part &optional N) View MIME part N, which is the numerical prefix. ==== so I guess its a load order thing : the key definition I place at the end of my .gnus.el is being overwritten somewhere? Did it work for you? ps I downloaded your latest rdictcc and there is still this number of arguments problem with the call to current word set as (current-word t t) as opposed to only one "t" which then works for me. e.g (current-word t) I checked the function definition of current word and there should be only one argument shouldn't there? curren-word: === current-word is a compiled Lisp function in `simple'. (current-word &optional STRICT) Return the word point is on (or a nearby word) as a string. If optional arg STRICT is non-nil, return nil unless point is within or adjacent to a word. === cheers, > > Bye, > Tassilo > -- > A child of five could understand this! Fetch me a child of five! > > > -- lithp : syntax error