EmacsW32 is a collection of Emacs lisp modules and MS Windows programs you can use from Emacs. EmacsW32 is not Emacs for MS Windows. Instead it is an add-on to Emacs for MS Windows.
0
votes
1answer
29 views
How to configure Ctrl-Shift-Left/Right to select text in emacs?
The basic problem I have is that mark-mode works like a toggle button. Every time you call set-mark-command, "C-Space" you get in or get out of mark mode. I could bind any key combo to
(defun foo () ...
1
vote
0answers
19 views
<C-tab> in Emacs 24.2 in Windows inserts character
I'm using Emacs 24.2 under Windows 7 x64 with cedet, semantic, autocomplete and other modules.
In one of my config files I've defined
(global-set-key (kbd "<C-tab>") ...
2
votes
0answers
50 views
Setting up X11 forwarding via plink in Tramp
I've been trying to use TRAMP to remotely access some servers at work. I'm trying to connect to a remote server via Emacs to edit R files and run an R session remotely.
My set-up is as follows:
My ...
0
votes
0answers
35 views
How do I make an org-link to a Windows Network share? Is there an alternative notation to the Windows Universal Naming Convention?
I want to reference files accross a network share in Org-mode, but the obvious way doesn't work.
How do I transform something like
[[file+sys:\\share\path\to\file.xlsx]]
following the UNC into ...
1
vote
1answer
186 views
Using a given font for ASCII and another for unicode
I would like to set up emacs so that it uses
-outline-Courier New-normal-normal-normal-mono-16-*-*-*-c-*-iso8859-1
to display ASCII characters and
-outline-Arial Unicode ...
0
votes
2answers
78 views
Emacs for Windows freezes sometime on Windows xp
I have tried two version of emacs for windows (i.e GNU Emacs for Windows, and EmacsWin32). Both have the same problem. When I enter text or save the file, they sometime freeze for 5~6 seconds and then ...
1
vote
0answers
147 views
How does emacs resume cursor position when we switch back to a buffer?
I am not pretty sure whether this is just the correct reproduce process. Based on my observation, when I change between buffers, such as this scenario:
1. I am in Buffer1:position1
2. I switch to ...
4
votes
2answers
731 views
How to make emacs accept UTF-8 from the keyboard
My friends have persuaded me to "try again" (about the 5th time in about 12 years) with emacs. I'm currently suffering a little, and need help with emacs + utf-8.
I'm running the 23.3.1 emacs gui on ...
2
votes
1answer
2k views
How to run a Cygwin program (xemacs) without showing a terminal window?
The title pretty much sums it up - I like editing text with xemacs running under cygwin, and I'd prefer not to have it spawn a console window when I start it from a shortcut. Any suggestions?
3
votes
1answer
622 views
Why is Emacs Predictive Mode not working for LaTeX documents?
I have Emacs installed on a Windows 7 machine along with AUCTeX for creating and editing LaTeX documents. I recently installed Predictive Mode to enable auto-completion of LaTeX macro commands.
...
3
votes
1answer
217 views
Using GNU Emacs for Windows search functions with SUA/Interix
I'm using GNU Emacs 23 for Windows (running on Windows 7 64-bit) and I'd like to be able to use search functions like M-x find-dired and M-x find-grep-dired.
The only Unix-like environment I am ...
2
votes
1answer
156 views
Dead keys not working in Emacs 23 in MS Windows
In any program I type á pressing the ´ + a (in sequence). When I do it in emacs I only get a. The dead key only acts when I type an space. For example, if I type:
´ + a + SPC
I get:
a´
when I ...
2
votes
1answer
141 views
How not to show the welcome message of emacs/win32
Whenever I use emacs/w32, I get the following message.
What's annoying is that I click the 'Never show it again', all the times, but it doesn't work.
Is there any way not to show the welcome ...
1
vote
1answer
278 views
Starting Emacs only once with different files on Windows
I want to have emacs registered with file extensions on windows, but only one emacs instance should be open, even if I open several files through their extensions.
I have installed emacs from ...
1
vote
3answers
229 views