Deutsch English Français Italiano |
<vggdo7$27vjt$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.os.vms Subject: Re: VMS editor uncommon option Date: Wed, 6 Nov 2024 18:49:43 -0000 (UTC) Organization: A noiseless patient Spider Lines: 12 Message-ID: <vggdo7$27vjt$1@dont-email.me> References: <vfuib5$2bg58$1@dont-email.me> <67239aeb$0$719$14726298@news.sunsite.dk> <6723bbf4$0$719$14726298@news.sunsite.dk> <67281f7e$0$719$14726298@news.sunsite.dk> <mn.22e37e8b50225054.104627@invalid.skynet.be> <vgbcqu$13nmf$2@dont-email.me> <mn.32897e8b665f0d10.104627@invalid.skynet.be> <vgfv9v$25ick$1@dont-email.me> <672b8ecd$0$715$14726298@news.sunsite.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 06 Nov 2024 19:49:44 +0100 (CET) Injection-Info: dont-email.me; posting-host="9da3f1ccac00940d5d7a2a8d9ec54262"; logging-data="2358909"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KhANRf3TRCJNEUFf99cH1" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:txfGjCU0QmOcFerE2KUpDU4OKAE= Bytes: 1761 On Wed, 6 Nov 2024 10:44:13 -0500, Arne Vajhøj wrote: > (JEdit does have a console plugin that can put a command window inside > the editor, but I don't see why anyone would prefer that over a separate > terminal window) Emacs has similar options. It’s handy in being able to deal with large amounts of command output. For example, I might search for places in multiple source files that need some fix applied, and collect the list in a command window. Then, as I fix each one, I delete that entry from the list.