Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Hadron Quark <hadronquark@gmail.com>
Subject: Re: gnus-summary-prev-page
Date: Sun, 30 Apr 2006 18:56:17 +0200	[thread overview]
Message-ID: <877j57uhn2.fsf@gmail.com> (raw)
In-Reply-To: <mailman.1148.1146410408.9609.info-gnus-english@gnu.org>

Tassilo Horn <heimdall@uni-koblenz.de> writes:

> Hadron Quark <hadronquark@gmail.com> 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

  parent reply	other threads:[~2006-04-30 16:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28  9:16 gnus-summary-prev-page Hadron Quark
2006-04-28 10:16 ` gnus-summary-prev-page Tassilo Horn
     [not found] ` <mailman.1070.1146219450.9609.info-gnus-english@gnu.org>
2006-04-30 14:07   ` gnus-summary-prev-page Hadron Quark
2006-04-30 15:19     ` gnus-summary-prev-page Tassilo Horn
     [not found]     ` <mailman.1148.1146410408.9609.info-gnus-english@gnu.org>
2006-04-30 16:56       ` Hadron Quark [this message]
2006-04-30 17:55         ` gnus-summary-prev-page Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877j57uhn2.fsf@gmail.com \
    --to=hadronquark@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).