<?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=Carson</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=Carson"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/Carson"/>
	<updated>2026-04-04T11:26:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Integrating_with_Microsoft_Windows&amp;diff=3616</id>
		<title>Integrating with Microsoft Windows</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Integrating_with_Microsoft_Windows&amp;diff=3616"/>
		<updated>2012-11-16T16:33:21Z</updated>

		<summary type="html">&lt;p&gt;Carson: Added note on ~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
As an application developed for many years exclusively and now primarily for Unix-like operating systems, Emacs does not always integrate very well with Microsoft Windows.  However, some simple tweaks can alleviate this lack of integration.&lt;br /&gt;
&lt;br /&gt;
=== Terminology ===&lt;br /&gt;
Unlike on Unix, where &amp;lt;tt&amp;gt;~&amp;lt;/tt&amp;gt; refers to the user's home directory itself, on Windows the value Emacs substitutes for &amp;lt;tt&amp;gt;~&amp;lt;/tt&amp;gt; varies according to operating system version.  For Windows XP, &amp;lt;tt&amp;gt;~&amp;lt;/tt&amp;gt; is {{Dirname|C:\Documents and Settings\username\Application Data}}, and on Windows Vista and Windows 7 it is {{Dirname|C:\Users\username\AppData}}.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Copy and Paste ==&lt;br /&gt;
Every application on Windows except Emacs uses {{Keys|C-c}} to copy, {{Keys|C-v}} to paste, etc.  Emacs doesn't do this by default because it has its own key combinations for these functions which were implemented before these combinations were more or less standardized.  To enable this behavior in Emacs, add&lt;br /&gt;
&lt;br /&gt;
{{Snippet|(cua-mode 1)}}&lt;br /&gt;
&lt;br /&gt;
to {{Filename|~/.emacs}}&lt;/div&gt;</summary>
		<author><name>Carson</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Integrating_with_Microsoft_Windows&amp;diff=3615</id>
		<title>Integrating with Microsoft Windows</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Integrating_with_Microsoft_Windows&amp;diff=3615"/>
		<updated>2012-11-16T16:02:06Z</updated>

		<summary type="html">&lt;p&gt;Carson: Began new page.  Added info on CUA-mode.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As an application developed for many years exclusively and now primarily for Unix-like operating systems, Emacs does not always integrate very well with Microsoft Windows.  However, some simple tweaks can alleviate this lack of integration.&lt;br /&gt;
&lt;br /&gt;
== Copy and Paste ==&lt;br /&gt;
Every application on Windows except Emacs uses {{Keys|C-c}} to copy, {{Keys|C-v}} to paste, etc.  Emacs doesn't do this by default because it has its own key combinations for these functions which were implemented before these combinations were more or less standardized.  To enable this behavior in Emacs, add&lt;br /&gt;
&lt;br /&gt;
{{Snippet|(cua-mode 1)}}&lt;br /&gt;
&lt;br /&gt;
to {{Filename|~/.emacs}}&lt;/div&gt;</summary>
		<author><name>Carson</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_Windows&amp;diff=3614</id>
		<title>Installing Emacs on Windows</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_Windows&amp;diff=3614"/>
		<updated>2012-11-16T15:49:34Z</updated>

		<summary type="html">&lt;p&gt;Carson: /* GNU Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Emacs ==&lt;br /&gt;
&lt;br /&gt;
=== GNU Releases ===&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.gnu.org/gnu/emacs/windows/ Official releases]&lt;br /&gt;
* [http://alpha.gnu.org/gnu/emacs/pretest/windows/ Pre-test builds]&lt;br /&gt;
* [http://alpha.gnu.org/gnu/emacs/windows/ Alpha releases]&lt;br /&gt;
 &lt;br /&gt;
Unpack the zip file to a directory and read the included file &amp;lt;tt&amp;gt;README.W32&amp;lt;/tt&amp;gt; for more information on installation.&lt;br /&gt;
&lt;br /&gt;
=== [[Cygwin]] ===&lt;br /&gt;
&lt;br /&gt;
Recommended for unix-savvy users who need to get work done on a Windows machine. Uses a &amp;lt;tt&amp;gt;dpkg&amp;lt;/tt&amp;gt;-style package manager which includes Emacs, X11 and many other standard GNU, BSD and POSIX tools.&lt;br /&gt;
&lt;br /&gt;
=== Unofficial Releases ===&lt;br /&gt;
&lt;br /&gt;
* [http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl EmacsW32]&lt;br /&gt;
* [http://code.google.com/p/emacs-for-windows/ Emacs for Windows] &lt;br /&gt;
&lt;br /&gt;
See [http://www.gnu.org/software/emacs/windows/faq.html GNU Emacs FAQ For MS Windows] for more information.&lt;br /&gt;
&lt;br /&gt;
== Additional Binaries ==&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/ezwinports/files/ EZWinPorts] made available by Eli Zaretskii &lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]][[Category:Beginner]][[Category:Install Or Upgrade]]&lt;/div&gt;</summary>
		<author><name>Carson</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Installing_Emacs_on_Windows&amp;diff=3613</id>
		<title>Installing Emacs on Windows</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Installing_Emacs_on_Windows&amp;diff=3613"/>
		<updated>2012-11-16T15:48:55Z</updated>

		<summary type="html">&lt;p&gt;Carson: /* GNU Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Emacs ==&lt;br /&gt;
&lt;br /&gt;
=== GNU Releases ===&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.gnu.org/gnu/emacs/windows/ Official releases]&lt;br /&gt;
* [http://alpha.gnu.org/gnu/emacs/pretest/windows/ Pre-test builds]&lt;br /&gt;
* [http://alpha.gnu.org/gnu/emacs/windows/ Alpha releases]&lt;br /&gt;
 &lt;br /&gt;
Unpack the zip file to a directory and read the file `README.W32`.&lt;br /&gt;
&lt;br /&gt;
=== [[Cygwin]] ===&lt;br /&gt;
&lt;br /&gt;
Recommended for unix-savvy users who need to get work done on a Windows machine. Uses a &amp;lt;tt&amp;gt;dpkg&amp;lt;/tt&amp;gt;-style package manager which includes Emacs, X11 and many other standard GNU, BSD and POSIX tools.&lt;br /&gt;
&lt;br /&gt;
=== Unofficial Releases ===&lt;br /&gt;
&lt;br /&gt;
* [http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl EmacsW32]&lt;br /&gt;
* [http://code.google.com/p/emacs-for-windows/ Emacs for Windows] &lt;br /&gt;
&lt;br /&gt;
See [http://www.gnu.org/software/emacs/windows/faq.html GNU Emacs FAQ For MS Windows] for more information.&lt;br /&gt;
&lt;br /&gt;
== Additional Binaries ==&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/ezwinports/files/ EZWinPorts] made available by Eli Zaretskii &lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]][[Category:Beginner]][[Category:Install Or Upgrade]]&lt;/div&gt;</summary>
		<author><name>Carson</name></author>
	</entry>
</feed>