From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Enabling Transient Mark Mode by default Date: Wed, 20 Feb 2008 16:43:14 +0100 Message-ID: References: <87myq4saw1.fsf@catnip.gol.com> <200802190938.m1J9ccVg016565@sallyv1.ics.uci.edu> <20080219190127.GA1106@muc.de> <877ih0o9dx.fsf@catnip.gol.com> <85k5kzhj0h.fsf@lola.goethe.zz> <8563wjhdde.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203522211 10556 80.91.229.12 (20 Feb 2008 15:43:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 15:43:31 +0000 (UTC) Cc: Emacs Devel To: "David Kastrup" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 20 16:43:56 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRr6u-0001S4-S9 for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2008 16:43:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRr6Q-0004ga-1L for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2008 10:43:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRr6M-0004fB-5R for emacs-devel@gnu.org; Wed, 20 Feb 2008 10:43:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRr6K-0004bn-Mj for emacs-devel@gnu.org; Wed, 20 Feb 2008 10:43:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRr6K-0004bV-Cl for emacs-devel@gnu.org; Wed, 20 Feb 2008 10:43:16 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRr6K-0003oh-16 for emacs-devel@gnu.org; Wed, 20 Feb 2008 10:43:16 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so4361179wah.10 for ; Wed, 20 Feb 2008 07:43:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Q9liwFAg6QxP/pqiKMOM9DnXndUYDh3LhQkGnxQNxG4=; b=wrCicyWp4Dmk9ZUK973qZfdulGWLttgqSkXC522vny9/sl6F/QyfOJHTdxxFZVnRCkgbn21z1471nDKPQfzjGtlW5Bic7hQe1wqlbfabrh1S2EglXsK4+up7BnJjFglHFrxjHn0fpNgzfvysT00lwhqiKFy7mH1gN9W2K5L9YkQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YuvouyaaqTSpw9OMwKRS6/yY1L/3lJ1ZarAY5/06jmpDlSFya2XUNfVGct8/vdjNV/gY9qIeJrlrYTkSSrMQR/7YoSn/t6Opk1UuDUgadrN7RPv0WTGgmFNjz+8/vTYPf+vnKrJ6DXZv2SGxsCy4ueDW9O/P2ou3pDCeMlaJH0o= Original-Received: by 10.114.200.2 with SMTP id x2mr3434245waf.19.1203522194594; Wed, 20 Feb 2008 07:43:14 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 20 Feb 2008 07:43:14 -0800 (PST) In-Reply-To: <8563wjhdde.fsf@lola.goethe.zz> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89690 Archived-At: > Solving problems in perfect generality without bothering to look at them > is not necessarily the most effective recipe for actual progress. Nitpicking comments instead of trying to understand the intention is not a good recipe, either. Juanma