Path: utzoo!attcan!uunet!mcvax!unido!uklirb!incas!zessel From: zessel@incas.UUCP (Holger Zessel AG Nehmer) Newsgroups: comp.emacs Subject: Re: Micro-emacs replacement strings Keywords: micro-emacs replacement-strings Message-ID: <530@ndbs.UUCP> Date: 7 Jun 88 14:30:58 GMT References: <1538@sjuvax.UUCP> Reply-To: zessel@ndbs.UUCP (Holger Zessel AG Nehmer) Organization: University of Kaiserslautern, W-Germany Lines: 17 I think, you do nothing wrong. It's an editor bug with an easy workaround. You mustn't take query-replace-string instead of replace-string. Also you have to answer every question for replacement, because the bug appears with answer '(!) Do rest' in query-replace-mode too. Micro-emacs 3.9i seems to replace all occurrences of the search string with the replacement string of the last match or something like this. My result of your example was the following line: \^{g}u \^{g}i \^{g}emas It's an interesting bug. I'll take a look at the sources and try to find it out. When I am successful, I'll post it here. Happy hacking, Holger