help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Software/HD ecology


From: David Masterson
Subject: Re: Software/HD ecology
Date: 23 Dec 2002 11:42:02 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>>>> Fredrik Staxeng writes:

> I think that requiring working uninstall targets places a bigger
> burden on package maintainers.

It really shouldn't be.  The generated Makefile already knows what the
list of files are that it wants to install and where it wants to
install them.  Therefore, the uninstall target should be:

        uninstall:
                for x in $(TARGETS); do \
                        $(RM) $(TARGET_DIR)/$$x; \
                done

You may need to duplicate the loop for each TARGET_DIR.  It should be
trivial for automake to generate that in its Makefiles.

-- 
David Masterson                David DOT Masterson AT synopsys DOT com
Sr. R&D Engineer               Synopsys, Inc.
Software Engineering           Sunnyvale, CA
>From lng2@spray.se Mon Dec 23 14:48:14 2002
Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13)
        id 18QYYf-0006UU-00
        for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 14:48:13 -0500
Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13)
        id 18QYYY-00064m-00
        for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 14:48:08 -0500
Received: from trinity.spray.se ([212.78.193.150])
        by monty-python.gnu.org with esmtp (Exim 4.10.13)
        id 18QYYX-000624-00
        for help-gnu-emacs@gnu.org; Mon, 23 Dec 2002 14:48:05 -0500
Received: from j48960j (h68n5c1o1026.bredband.skanova.com [217.209.176.68])
        by trinity.spray.se (Postfix) with SMTP id CA09382F935
        for <help-gnu-emacs@gnu.org>; Mon, 23 Dec 2002 20:48:04 +0100 (MET)
Message-ID: <001a01c2aabc$34c2f240$0202a8c0@j48960j>
From: "Lars Gustafsson" <lng2@spray.se>
To: <help-gnu-emacs@gnu.org>
Date: Mon, 23 Dec 2002 20:48:03 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_0017_01C2AAC4.9671FD80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Subject: How do I make the delete key work
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Mon, 23 Dec 2002 19:48:14 -0000

This is a multi-part message in MIME format.

------=_NextPart_000_0017_01C2AAC4.9671FD80
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

(require 'delbs) is supposed to work for XEmacs. But it doesn't work for =
Emacs. I want it to delete the character just right of where the cursor =
is.

Thankfull for answers, Lars
------=_NextPart_000_0017_01C2AAC4.9671FD80
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1126" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>(require 'delbs) is supposed to work =
for XEmacs.=20
But it doesn't work for Emacs. I want it to delete the&nbsp;character =
just right=20
of where the cursor is.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thankfull for answers,=20
Lars</FONT></DIV></BODY></HTML>

------=_NextPart_000_0017_01C2AAC4.9671FD80--




reply via email to

[Prev in Thread] Current Thread [Next in Thread]