From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48427 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Stuff I stumbeled over while writing Gnus-FAQ Date: Tue, 31 Dec 2002 04:55:12 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87fzseona7.fsf@enberg.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041306957 26329 80.91.224.249 (31 Dec 2002 03:55:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 03:55:57 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TDVT-0006qV-00 for ; Tue, 31 Dec 2002 04:55:55 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18TDVj-0003yV-00; Mon, 30 Dec 2002 21:56:11 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 30 Dec 2002 21:57:05 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id VAA15809 for ; Mon, 30 Dec 2002 21:56:53 -0600 (CST) Original-Received: (qmail 65646 invoked by alias); 31 Dec 2002 03:55:56 -0000 Original-Received: (qmail 65641 invoked from network); 31 Dec 2002 03:55:55 -0000 Original-Received: from maila.telia.com (194.22.194.231) by 66.230.238.6 with SMTP; 31 Dec 2002 03:55:55 -0000 Original-Received: from d1o1112.telia.com (d1o1112.telia.com [213.67.192.241]) by maila.telia.com (8.12.5/8.12.5) with ESMTP id gBV3tqrM021460; Tue, 31 Dec 2002 04:55:52 +0100 (CET) X-Original-Recipient: ding@gnus.org Original-Received: from rocksteady (h71n2fls32o1112.telia.com [213.65.65.71]) by d1o1112.telia.com (8.10.2/8.10.1) with ESMTP id gBV3tqH15415; Tue, 31 Dec 2002 04:55:52 +0100 (CET) Original-Received: by rocksteady (Postfix, from userid 1000) id 6D69237E78; Tue, 31 Dec 2002 04:55:12 +0100 (CET) Original-To: replies@Frank-Schmitt.net In-Reply-To: (Frank Schmitt's message of "Tue, 31 Dec 2002 02:29:14 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48427 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48427 Frank Schmitt writes: > If you want to tick a message you say !, wouldn't it be nice if C-u ! > removed the tick mark? Doesn't `M-u' do that? > I know that Oort has an variable which makes Gnus ask you for > confirmation when replying in a newsgroup. Is this in 5.8.8, too? Nope > Is there anybody out there using aspell together with flyspell and > ispell.el? Where does configuration compared to ispell differ? Is it > enough to set ispell-program-name to aspell? I've been using aspell for quite some time now with flyspell and ispell.el, and it works just fine. The only custmization I have is (setq ispell-program-name "aspell") in .emacs.el.