From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: License of Unicode tables (was: Re: Feature request for `describe-char-after') Date: 25 Mar 2004 09:55:16 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <16477.53040.700494.489540@gargle.gargle.HOWL> <87vfkwn83l.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080226855 29690 80.91.224.253 (25 Mar 2004 15:00:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 15:00:55 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 25 16:00:44 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6WLb-0007fI-00 for ; Thu, 25 Mar 2004 16:00:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6WLb-00082N-00 for ; Thu, 25 Mar 2004 16:00:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6WHD-00023n-Lz for emacs-devel@quimby.gnus.org; Thu, 25 Mar 2004 09:56:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6WH7-000237-B8 for emacs-devel@gnu.org; Thu, 25 Mar 2004 09:56:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6WGW-0001wo-15 for emacs-devel@gnu.org; Thu, 25 Mar 2004 09:55:59 -0500 Original-Received: from [207.245.84.69] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B6WGV-0001wh-MF for emacs-devel@gnu.org; Thu, 25 Mar 2004 09:55:27 -0500 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 1B6WGK-00050a-00; Thu, 25 Mar 2004 09:55:16 -0500 Original-To: Simon Josefsson In-Reply-To: Simon Josefsson's message of "Tue, 23 Mar 2004 14:27:17 +0100" Original-Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20904 Simon Josefsson writes: I couldn't follow how that prevented me from only incorporating part of the file, and using something else instead of that part, which essentially is what a bug fix is. a bugfix implies modification and (re)distribution of the source. what you describe can be called a bugfix but is often called a "workaround": a local modification that does not benefit others outside your organizational scope. thi