From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Emacs cvs newbie problems Date: Sun, 15 Sep 2002 10:37:20 -0500 (CDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200209151537.KAA22699@eel.dms.auburn.edu> References: <200209141640.25576.hattons@speakeasy.net> <200209142112.QAA22096@eel.dms.auburn.edu> <200209141811.18129.hattons@speakeasy.net> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032104352 11202 127.0.0.1 (15 Sep 2002 15:39:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 15 Sep 2002 15:39:12 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17qbUN-0002uX-00 for ; Sun, 15 Sep 2002 17:39:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17qc7H-0003Oz-00 for ; Sun, 15 Sep 2002 18:19:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17qbUa-0008D4-00; Sun, 15 Sep 2002 11:39:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17qbSe-0007vw-00 for emacs-devel@gnu.org; Sun, 15 Sep 2002 11:37:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17qbSa-0007vd-00 for emacs-devel@gnu.org; Sun, 15 Sep 2002 11:37:23 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17qbSa-0007vZ-00 for emacs-devel@gnu.org; Sun, 15 Sep 2002 11:37:20 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id KAA12027; Sun, 15 Sep 2002 10:37:18 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id KAA22699; Sun, 15 Sep 2002 10:37:20 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: hattons@speakeasy.net In-reply-to: <200209141811.18129.hattons@speakeasy.net> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7924 Steven Hatton wrote: For example, I don't believe psgml is installed in my cvs-built setup. I would like to install that, 'correctly'. I somehow "missed" this concrete question. Because you kept talking about "standard" packages, my answers concentrated on the packages listed by C-h p (or Find Emacs Packages under Help on the menu-bar), for which no real "installation" is necessary, although you still have to "load" them (or better "require" them, to avoid repeated loading). For the most often used packages you do not even need to do that, because the customize facility or the menu-bar will do that automatically for you. In the current CVS version, there is a bug in the menu-bar, as I pointed out. For other packages, there is the Find Extra Packages option under Help on the menu-bar. A buffer "MORE.STUFF" will appear. You can conduct a search for psgml in that buffer. Result: * PSGML: DTD-aware serious SGML/XML editing. I personally know of no better way to do this kind of stuff. Sincerely, Luc.