From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: HTML Editing in Emacs Date: Thu, 14 Nov 2002 03:04:29 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037244564 20702 80.91.224.249 (14 Nov 2002 03:29:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 14 Nov 2002 03:29:24 +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 18CAh0-0005Ne-00 for ; Thu, 14 Nov 2002 04:29:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CAf4-0000pW-00; Wed, 13 Nov 2002 22:27:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 12.228.27.239 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: rwcrnsc54 1037243069 12.228.27.239 (Thu, 14 Nov 2002 03:04:29 GMT) Original-NNTP-Posting-Date: Thu, 14 Nov 2002 03:04:29 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:107026 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3579 Sam Peterson writes: >Hi folks, > >I've using html-helper-mode with Emacs to create a few web pages of >mine. I'm beginning to get the hang of it and I'm really starting to >like it, been writing macros, etc. However, there's one thing I >really need that I'm not sure how to provide. > >If I have several web pages that cross reference each other, or an >image referenced from several web pages, and I'd like to rename or >move one of these files, I need to manually update all references to >it. I need a facility that could move and rename files and update all >references for me. > >Bloated web site tools such as Dreamweaver and Frontpage provide this. >I hate these tools, but this particular mechanism is very nice. Is >there any such "site" tools for Emacs, or if not for Emacs, is there a >nice minimalistic external program that could provide this facility, >and thereby it would be an easy task of just writing a few elisp >functions to interface with it? The quickest and dirtiest way, if all the html files are in the same directory, is to mark the html files in dired, and then hit Q, which runs a query-replace on all the marked files. -- Mike Slass