From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65771 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.gnus.general Subject: Re: message-confirm-send Date: Sun, 25 Nov 2007 05:20:52 +0200 Message-ID: <20071125032052.GD4493@kobe.laptop> References: <87y7czs16b.fsf@bzg.ath.cx> <87bq9vazy8.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195975971 1990 80.91.229.12 (25 Nov 2007 07:32:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 07:32:51 +0000 (UTC) Cc: ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M14268@lists.math.uh.edu Sun Nov 25 08:32:59 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1IwBz2-0002XP-MT for ding-account@gmane.org; Sun, 25 Nov 2007 08:32:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1IwByR-0001M7-4W; Sun, 25 Nov 2007 01:32:15 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IwByO-0001Ld-0Y for ding@lists.math.uh.edu; Sun, 25 Nov 2007 01:32:12 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IwByI-000815-G8 for ding@lists.math.uh.edu; Sun, 25 Nov 2007 01:32:11 -0600 Original-Received: from igloo.linux.gr ([62.1.205.36]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Iw84Y-0000AP-00 for ; Sun, 25 Nov 2007 04:22:18 +0100 Original-Received: from kobe.laptop (dialup242.ach.sch.gr [81.186.70.242]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAP3KxYl001435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Nov 2007 05:21:28 +0200 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lAP3Kt7Q004779; Sun, 25 Nov 2007 05:20:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lAP3KqBv004778; Sun, 25 Nov 2007 05:20:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: <87bq9vazy8.fsf@jidanni.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.942, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65771 Archived-At: On 2007-11-16 06:47, jidanni@jidanni.org wrote: > Don't tell me all you manly man types run around all day without at > least one of > $ alias > alias cp='cp -i' > alias mv='mv -i' > alias rm='rm -i' > $ set -o > noclobber on I'm not a manly type, but I find these exact aliases extremely annoying when they are *forced* upon every user of a system, i.e. by an admin who wants to "protect newbies" and adds them to `/etc/bashrc'. In fact, in one of the systems I use, I have the following in my own `.bashrc' to undo the silliness of `/etc/bashrc': # Undo the braindead aliases diogenis forces on all users. unalias rm mv cp > /dev/null 2>&1 What does this have to do with Gnus and `C-c C-c' though?