From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13907 Path: news.gmane.org!not-for-mail From: xtd8865@gmail.com (.Martin.) Newsgroups: gmane.emacs.gnus.user Subject: Re: quoting in gnus Date: Sat, 06 Mar 2010 16:31:17 +0000 Organization: narrenturm Message-ID: <876359wgx6.fsf@slack64.serverdot.org> References: <873a0dponv.fsf@slack64.serverdot.org> <87hbot8r91.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1273109167 4081 80.91.229.12 (6 May 2010 01:26:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 01:26:07 +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 May 06 03:26:06 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O9pqb-0005du-Vp for gegu-info-gnus-english@m.gmane.org; Thu, 06 May 2010 03:25:54 +0200 Original-Received: from localhost ([127.0.0.1]:57055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9pd2-0002fb-Vt for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 21:11:53 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!hq-usenetpeers.eweka.nl!81.171.88.250.MISMATCH!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!69.16.177.242.MISMATCH!cyclone02.ams2.highwinds-media.com!news.highwinds-media.com!npeersf02.ams.highwinds-media.com!newsfe04.ams2.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:lias64+6Tyd/KazbrBjBvAk+3sw= Original-Lines: 44 Original-NNTP-Posting-Host: 82.17.0.107 Original-X-Complaints-To: http://netreport.virginmedia.com Original-X-Trace: newsfe04.ams2 1267893029 82.17.0.107 (Sat, 06 Mar 2010 16:30:29 UTC) Original-NNTP-Posting-Date: Sat, 06 Mar 2010 16:30:29 UTC Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84098 X-Mailman-Approved-At: Wed, 05 May 2010 21:07:13 -0400 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:13907 Archived-At: 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.