<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=83.140.154.254</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=83.140.154.254"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/83.140.154.254"/>
	<updated>2026-04-29T15:28:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Unicode_support&amp;diff=2916</id>
		<title>Unicode support</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Unicode_support&amp;diff=2916"/>
		<updated>2012-06-22T14:51:29Z</updated>

		<summary type="html">&lt;p&gt;83.140.154.254: Undo revision 2166 by 115.241.77.242 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vim, can do this.1. The Ex command below cratees a temporary buffer with the data for occurences just like M-x occurences. Excepting that it can inlucde as many files as required and even some powerful shell like patterns for e.g. **/*.h **/*.cpp -&amp;gt; This will search for the pattern occuerence in all .h and .cpp files found in current directory and any other sub-directory with in it!!:vimgrep // %2. Once you have entered the command above, you can preview the results in [Quickfix List] just like in Emacs using :copen, but you have useful normal mode short cuts to move next, forward, rewind, etc. etc.:copen3. The [Quickfix List] buffer is read-only as well. Easily remediated by below, and you can filter afterwards.:set modifiable4. Lather, rinse, repeat and shine.5. Now you can save the [Quickfix List] permanently to the harddisk using commands below and review them later on.:w Afterwards, start VIM with the quickfix list as shown below:$ gvim -q Now, Can *your* editor do that?&lt;/div&gt;</summary>
		<author><name>83.140.154.254</name></author>
	</entry>
</feed>