From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: [doug@bagley.org: Re: mouse-1-click-follows-link in diredsurprising] Date: Sat, 8 Jul 2006 16:24:36 -0500 (CDT) Message-ID: <200607082124.k68LOatC022478@jane.dms.auburn.edu> References: <87wtaqif6x.fsf@catnip.gol.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1152393918 19812 80.91.229.2 (8 Jul 2006 21:25:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Jul 2006 21:25:18 +0000 (UTC) Cc: emacs-devel@gnu.org, drew.adams@oracle.com, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 08 23:25:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FzKId-0006Ak-1f for ged-emacs-devel@m.gmane.org; Sat, 08 Jul 2006 23:25:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzKIb-0000rP-W6 for ged-emacs-devel@m.gmane.org; Sat, 08 Jul 2006 17:25:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzKIQ-0000rK-D9 for emacs-devel@gnu.org; Sat, 08 Jul 2006 17:25:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzKIO-0000o5-AQ for emacs-devel@gnu.org; Sat, 08 Jul 2006 17:25:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzKIO-0000ng-2d for emacs-devel@gnu.org; Sat, 08 Jul 2006 17:25:00 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzKJ3-0001oh-Ge; Sat, 08 Jul 2006 17:25:41 -0400 Original-Received: from jane.dms.auburn.edu (jane.dms.auburn.edu [131.204.53.201]) by manatee.dms.auburn.edu (8.13.6/8.13.6) with ESMTP id k68LOuOu003025; Sat, 8 Jul 2006 16:24:56 -0500 (CDT) Original-Received: from jane.dms.auburn.edu (localhost [127.0.0.1]) by jane.dms.auburn.edu (8.13.4+Sun/8.13.4) with ESMTP id k68LOaL3022481; Sat, 8 Jul 2006 16:24:36 -0500 (CDT) Original-Received: (from teirllm@localhost) by jane.dms.auburn.edu (8.13.4+Sun/8.13.3/Submit) id k68LOatC022478; Sat, 8 Jul 2006 16:24:36 -0500 (CDT) X-Authentication-Warning: jane.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 08 Jul 2006 16:57:49 -0400) 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:56821 Archived-At: Richard Stallman wrote: I take your point. At the same time, using a link face will show that these act as links. Faces are _already_ used in Dired to distinguish between various kinds of files and this is important. File names in Dired do not act as links. Following a link shows something else in the same window. But mouse-2 on a file name in Dired visits the file in _another_ window. mouse-1 should just set point on a file name, since file names are not links. Sincerely, Luc.