From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier " Newsgroups: gmane.emacs.help Subject: Re: For Andrew Choi/Enrico Franconi: Bug in Emacs 21.3.50 Date: 10 Dec 2002 08:39:39 -0500 Organization: Yale University Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5l1y4qj8mc.fsf@rum.cs.yale.edu> References: <041220020952400758%ajanta@no.spam> <56cfb0e3.0212041458.5eab182a@posting.google.com> <061220020416350201%ajanta@no.spam> <061220021433180478%ajanta@no.spam> <5l3cpalpa1.fsf@rum.cs.yale.edu> <84bs3xsyi8.fsf@lucy.cs.uni-dortmund.de> <071220021155280606%ajanta@no.spam> <5ld6obj8il.fsf@rum.cs.yale.edu> <091220021652087216%ajanta@no.spam> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039528396 21731 80.91.224.249 (10 Dec 2002 13:53:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 13:53:16 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Lkp0-0005eC-00 for ; Tue, 10 Dec 2002 14:53:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LkmO-0004S6-05 for gnu-help-gnu-emacs@m.gmane.org; Tue, 10 Dec 2002 08:50:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.ycc.yale.edu!rum.cs.yale.edu!rum.cs.yale.edu Original-Newsgroups: comp.sys.mac.apps,comp.text.tex,gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: rum.cs.yale.edu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 10 Dec 2002 08:39:41 -0500, rum.cs.yale.edu Original-Xref: shelby.stanford.edu comp.sys.mac.apps:348492 comp.text.tex:237739 gnu.emacs.help:107940 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4480 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4480 > 2. This is of course not a bug but would be a great feature if > implemented: a simple way to delete support for all unwanted languages > (don't know howm much space those things take). I for example only need The size of emacs/lisp/language is about 700KB here. Peanuts. The amount of space used up by the other emacs/lisp/international features (mostly support for various charsets) is less than 4MB. Not worth the trouble. The amount of disk space used by the various input methods (that allow you to enter accented chars, chinese chars, ...) is about 20MB. This used to be distributed separately in the `leim' library. You can delete the `leim' subdirectory to recover those 20MB and I don't think you'll suffer any consequence. > English. The best would be some sort of script that people could > configure (i.e., which languages you want to keep), and then run it to > delete the rest. HD space is not expensive enough to justify wasting any time on this. Stefan