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: ?\ vs. ?\s Date: Tue, 28 Jun 2005 17:28:37 +0200 Message-ID: References: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119973097 4064 80.91.229.2 (28 Jun 2005 15:38:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 15:38:17 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 17:38:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnI7l-00054L-7s for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 17:35:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnIFc-0004t6-HQ for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 11:43:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnIBo-0003dC-AV for emacs-devel@gnu.org; Tue, 28 Jun 2005 11:39:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnIBd-0003Ta-RR for emacs-devel@gnu.org; Tue, 28 Jun 2005 11:39:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnIBa-0003QH-ML for emacs-devel@gnu.org; Tue, 28 Jun 2005 11:39:42 -0400 Original-Received: from [64.233.182.197] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnI5L-00077q-0g for emacs-devel@gnu.org; Tue, 28 Jun 2005 11:33:15 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so228134nfe for ; Tue, 28 Jun 2005 08:28:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MgW39B7A8WJvK+OAA1Gscx8uM/8iDDJRE0XQOLdAr1fgqqYIwjDdBZ9x+EXjXEw7YwN8FWSSEiLSnHCBKtFjM4WjH98CmaW3WEG1Gm4OgYWySBk0r0VsT9OJ66YSL+s/JQ2LiXjjSqVIYxqYGnE9CYPBO0l7KiVIWZvP4T4/v/c= Original-Received: by 10.48.240.16 with SMTP id n16mr131940nfh; Tue, 28 Jun 2005 08:28:37 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Tue, 28 Jun 2005 08:28:37 -0700 (PDT) Original-To: "Kim F. Storm" In-Reply-To: Content-Disposition: inline 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:39791 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39791 > > Much as I'd like to hear "no" to the first question, I'd assume a > > resounding "yes". So... >=20 > YES. Humm. Yes meaning "OK to change" or yes meaning "Not OK" to change? Because in my question, "yes" meant "yes, I'm gonna be very pissed if you change it" :) > However, be careful not to change code which is supposed to be > used on other emacsen too... That's the usual problem. As I see it: - OK to change: lisp/* (non-recursive) lisp/calc/* lisp/calendar/* lisp/emacs-lisp/* lisp/emulation/* lisp/international/* lisp/language/* lisp/net/* except lisp/net/tramp* lisp/obsolete/* lisp/play/* lisp/term/* lisp/toolbar/* lisp/url/* - Not OK to change: lisp/eshell/* lisp/gnus/* lisp/mh-e/* lisp/net/tramp* - Not sure: lisp/mail/* lisp/progmodes/* (in particular cc-*, ada*, idlw*) lisp/textmodes/* (" " artist, *spell, org, reftex*)=20 --=20 /L/e/k/t/u