From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56384 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Orphaned symbols? Date: Fri, 13 Feb 2004 23:16:15 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1076710739 28623 80.91.224.253 (13 Feb 2004 22:18:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2004 22:18:59 +0000 (UTC) Original-X-From: ding-owner+M4924@lists.math.uh.edu Fri Feb 13 23:18:49 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Arle5-0006MN-00 for ; Fri, 13 Feb 2004 23:18:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ArldR-0008Lf-00; Fri, 13 Feb 2004 16:18:09 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ArldJ-0008LX-00 for ding@lists.math.uh.edu; Fri, 13 Feb 2004 16:18:01 -0600 Original-Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by justine.libertine.org (Postfix) with ESMTP id 3810D3A0042 for ; Fri, 13 Feb 2004 16:18:00 -0600 (CST) Original-Received: from [195.249.130.31] harder@smtp-send.myrealbox.com [195.249.130.31] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.56 $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 13 Feb 2004 15:17:58 -0700 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Karl =?iso-8859-1?q?Pfl=E4sterer's?= message of "Fri, 13 Feb 2004 22:25:13 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56384 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56384 sigurd@12move.de (Karl Pfl=E4sterer) writes: > Is there no possibility to decide which variables could safely be > deleted? Some of the vars I found aren't used anywhere; they make it > only harder to understand the code. I also find a bunch of functions > which are only defined but never used I think the variables I listed are safe to delete. But in general I don't think there's any way to determine it automatically. For example the function `mm-file-name-collapse-whitespace' isn't used anywhere -- but its purpose is that you can add it to the hook `mm-file-name-rewrite-functions', so it clearly shouldn't be removed.