From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62859 Path: news.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Use of ecomplete.el in message.el Date: Sun, 16 Apr 2006 22:30:44 +0200 Organization: Programmerer Ingebrigtsen Message-ID: References: <86irpe1a4h.fsf@student.uni-magdeburg.de> <9e8xq98jru.fsf@gowron.rz-berlin.mpg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145219515 30523 80.91.229.2 (16 Apr 2006 20:31:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Apr 2006 20:31:55 +0000 (UTC) Original-X-From: ding-owner+m11386@lists.math.uh.edu Sun Apr 16 22:31:55 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVDuO-0000HK-Fv for ding-account@gmane.org; Sun, 16 Apr 2006 22:31:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FVDuJ-0006aJ-00; Sun, 16 Apr 2006 15:31:43 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FVDu2-0006aE-00 for ding@lists.math.uh.edu; Sun, 16 Apr 2006 15:31:26 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FVDu0-0007eS-IC for ding@lists.math.uh.edu; Sun, 16 Apr 2006 15:31:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FVDtz-0005XZ-00 for ; Sun, 16 Apr 2006 22:31:23 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FVDty-0000Ee-UF for ding@gnus.org; Sun, 16 Apr 2006 22:31:23 +0200 Original-Received: from quimbies.gnus.org ([80.91.231.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Apr 2006 22:31:22 +0200 Original-Received: from larsi by quimbies.gnus.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Apr 2006 22:31:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 37 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: quimbies.gnus.org Mail-Copies-To: never X-Now-Playing: Joni Mitchell's _Chalk Mark In A Rain Storm_: "Cool Water" User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:3+/aTrioG+EGjpB2iC4gl3dSeww= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62859 Archived-At: Reiner Steib writes: > - In `message-put-addresses-in-ecomplete' you should use > `gnus-replace-in-string' instead of `replace-regexp-in-string' for > compatibility with XEmacs. Fixed. > - Wouldn't (autoload 'ecomplete-setup "ecomplete") be sufficient > instead of (require 'ecomplete)? Then I'd get compilation warnings on all the other ecomplete functions, wouldn't I? > - Maybe it would be better to use a file under ~/.emacs.d/ or > ~/.xemacs/ for `ecomplete-database-file'. See e.g. `savehist-file' > (recent addition to Emacs). Hm. Couldn't find `savehist-file'... > - (defgroup ecomplete nil > "Suppression of duplicate articles." > :group 'mail) > > Copy and paste error? Yup; fixed. > - You might want to set `show-trailing-whitespace' to t in > emacs-lisp-mode and change-log-mode or use `M-x > delete-trailing-whitespace RET' from time to time . ;-) Oh, have we changed to deleting trailing whitespace in all the files? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen