From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Differences between ibuffer and dired Date: Fri, 02 Jul 2010 10:17:30 +0200 Message-ID: References: <69E59DE2835E43CAB86ECA7160F7BB9F@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278058673 14453 80.91.229.12 (2 Jul 2010 08:17:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2010 08:17:53 +0000 (UTC) Cc: 'Emacs-Devel devel' , 'Lennart Borgman' , 'Deniz Dogan' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 02 10:17:50 2010 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.69) (envelope-from ) id 1OUbRV-0007Yt-O5 for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 10:17:50 +0200 Original-Received: from localhost ([127.0.0.1]:59576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUbRV-0003mx-4k for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 04:17:49 -0400 Original-Received: from [140.186.70.92] (port=57652 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUbRN-0003mp-Pl for emacs-devel@gnu.org; Fri, 02 Jul 2010 04:17:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUbRM-0006Lb-E2 for emacs-devel@gnu.org; Fri, 02 Jul 2010 04:17:41 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:49415 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUbRM-0006LI-4n for emacs-devel@gnu.org; Fri, 02 Jul 2010 04:17:40 -0400 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id o628HUU9020355; Fri, 2 Jul 2010 10:17:33 +0200 In-Reply-To: <69E59DE2835E43CAB86ECA7160F7BB9F@us.oracle.com> (Drew Adams's message of "Thu, 1 Jul 2010 22:31:02 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:126680 Archived-At: "Drew Adams" writes: >> > If you really must do this kind of thing, please keep it to >> > a minimum. And please propose and discuss each key change >> > on its own merits. >> >> Thats why I suggested a separate branch. All the changes >> could then be tried in the branch withouth inconveniencing users. > > "That's why"? Telling people to simply try a new sack of changes is not the > same as "proposing and discussing each key change". > >> I also dont like the argument that a specific keymap should be kept >> because its been like that forever. I've been using Emacs >> since 1988 and I would still much prefer good consistent keymaps to >> inconsistent ones. > > Read what I said about consistency. There are degrees and kinds of consistency, > and no degree or kind is the be-all and end-all. The devil is in the details. > > The argument about the age of Dired is not simply an argument that what is old > is good and should never be changed. Read what I wrote, including the part > about consistency wrt what users are used to and wrt other, non-core, code. > > Read the part about "other things being equal". No one said that any keymap > "should be kept because it's been like that forever". You are either not > reading well or being dishonest in representing what you've read. > > _Reasons_ for each binding change, please. Just why is this or that a good > change to make? Pick a key that you think should be changed, and support it > with an _argument_. > > You seem to be only reacting, in knee-jerk fashion. Did you actually read what > I wrote? You seem offended by the way I wrote. Maybe clarifying what I tried to express will help: - The trunk will develop exactly like it always did, with healthy discussions for each change. - There could be a "skin" branch, or "theme", or whatever more apropriate name we come up with. - In the skin branch, there could be a "consistency" skin that sacrifices compatibility for consistency. There is also a "emacs" skin which is the official skin derived from trunk. - a "skin" might contain a number of settings, based on customize, such as keymaps for different modes, color themes, etc. - The newly included package system will can be used to distribute skins. The technical facilities are mostly already there. The "skin" facility will help to make it easier to adapt Emacs to different hardware. I personaly would like - a "tablet skin", - a "chorded keyboard" skin, - a "midi controler skin", - a "swedish keyboard skin", etc... At least I myself would find it very pleasing to come to a new computer, download the Emacs suitable for that machine, do m-x set-skin jockeskin RET, and have a number of for me pleasing settings downloaded and put in place immediately, such as a consitent keymap, ido-mode, white text on black background, and so on. There, I think I said it much better this time. Do you agree? >> > In sum: >> > >> > * Treat proposed changes on a case-by-case basis, discussing them. >> > * Respect Dired. Respect time. Respect user numbers. >> > * Consider consistency wrt its scope. And remember that it >> > is not the only important quality. -- Joakim Verona