Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: xtd8865@gmail.com (.Martin.)
To: info-gnus-english@gnu.org
Subject: Re: quoting in gnus
Date: Sat, 06 Mar 2010 16:31:17 +0000	[thread overview]
Message-ID: <876359wgx6.fsf@slack64.serverdot.org> (raw)
In-Reply-To: <87hbot8r91.fsf@topper.koldfront.dk>

asjo@koldfront.dk (Adam Sjøgren) writes:

> You can find boxquote.el in the package emacs-goodies-el if you are
> using Debian (or a derivate).

Thanks, I got the boxquote.el file and put it in emacs folder. I'm using
slackware. It seems to load fine. That's the .emacs bit that I got from
some example of .emacs:


(require 'boxquote)
(global-set-key [f7] 'boxquote-region)


(global-set-key (kbd "C-c b y")   'boxquote-yank)
(global-set-key (kbd "C-c b r")   'boxquote-region)
(global-set-key (kbd "C-c b u")   'boxquote-unbox-region)
(global-set-key (kbd "C-c b t")   'boxquote-title)
(global-set-key (kbd "C-c b i")   'boxquote-insert-file)
(global-set-key (kbd "C-c b k")   'boxquote-kill)
(global-set-key (kbd "C-c b s")   'boxquote-shell-command)

(global-set-key (kbd "C-c b b")   'boxquote-buffer)
(global-set-key (kbd "C-c b p")   'boxquote-paragraph)
(global-set-key (kbd "C-c b n")   'boxquote-narrow-to-boxquote)

(global-set-key (kbd "C-c b w")   'boxquote-where-is)
(global-set-key (kbd "C-c b d f") 'boxquote-describe-function)
(global-set-key (kbd "C-c b d k") 'boxquote-describe-key)
(global-set-key (kbd "C-c b d v") 'boxquote-describe-variable)


I can't use it though. I highlight some lines of a post and try those
key bindings, it only says that the buffer is read-only.
I assume that it's supposed to work like that: I read your post,
highlight the bit I want to include in my reply, press some keybindings,
and then F. Am I wrong?

thank you

-- 
regards

.Martin.

  reply	other threads:[~2010-03-06 16:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-06 13:25 .Martin.
2010-03-06 14:22 ` Adam Sjøgren
2010-03-06 16:31   ` .Martin. [this message]
2010-03-06 16:47     ` Adam Sjøgren
2010-03-06 16:50       ` .Martin.

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=876359wgx6.fsf@slack64.serverdot.org \
    --to=xtd8865@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /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).