Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!jr@bbncd From: jr@bbncd@sri-unix.UUCP Newsgroups: net.emacs Subject: Re: Interesting thing Message-ID: <4283@sri-arpa.UUCP> Date: Wed, 17-Aug-83 11:45:03 EDT Article-I.D.: sri-arpa.4283 Posted: Wed Aug 17 11:45:03 1983 Date-Received: Fri, 19-Aug-83 02:01:31 EDT Lines: 11 From: John Robinson BBN's PEN editor, when faced with this situation, appends the newline silently, and then REMOVES one (if it's there) that comes back from the filter at EOF. This is very useful: for example, to modify a modification date in a file, one marks the old date (which may be in the midst of a line) and filters the region through date. Voila, the new date appears in the old place. Perhaps emacs could add this capability to filter-region (I'm not an emacs source hacker). /jr