|
I'm running Emacs 23.0.60.1, downloaded from here , on Windows XP, with a network printer configured as the default printer.
How do I setup Emacs to easily print buffer contents?
The documentation of the patched Emacs version for Win32 mentions "quick...
Started by Christian Berg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
emacs:
(defun joc-make-fname-from-buffer-name (buffer-name-in) "Returns a valid filename* ((print-dir (expand-file-name "~/emacs/print")) (print-fname (joc-make-fname-from-buffer-name (buffer cause it just works, so I'm sure it could be....
|
|
There are all sorts of advantages to using Emacs, but for someone comfortable with the usual Win32 applications it comes with a wall-like learning curve. With most other editors it’s possible to just start using them and then learn about their other features...
Started by Rob Kam on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Learning....
Just use it like it's notepad in that buffer's mode .
Whenever you wish you knew how to do something, then look up editing with emacs is no more complicated than doing the same with Notepad.
emacs tutorial" maybe) Start using it.
|
|
I'm forced to use ClearCase (Windows version) at work, and I want to use emacs ediff as a diff and merge tool. The problem with the ClearCase map file is that it requires .exe files - I've tried to specify a batch file calling ediff and it didn't work...
Started by Eugene Morozov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Something along the lines of:
@echo off set local if !%XEMACS_PATH to adapt it to Xemacs, but Alex... .
For Windows, you should try first to call emacs in ediff mode :
emacs --eval "(ediff-files \"file_1 " emacs ediff " command line.
|
Ask your Facebook Friends
|
I really have no idea why this is happening... I created a win32 application in emacs, and whenever I make it and run it (not through the command prompt), a command prompt window pops up under the window. If I build a win32 application in Code::Blocks...
Started by Carson Myers on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Related threads:
http://stackoverflow.com/questions/760323/why-does-my-qt4-5-app-open....
)
as opposed to the traditional int main().
Your program should also have the main method read like so:
int WINAPI WinMain( ... .
Try linking with the -mwindows switch.
|
|
When I yank text in Emacs 22.1.1 (in its own window on X, in KDE, on Kubuntu), I can't paste it anywhere else. I'm reduced to opening kate to copy the text with ^C. Is there a better way?
Answer Snippets (Read the full thread at stackoverflow):
Bash does....
Most of the timeHmm, what platform and what version of emacs are you using? With GNU Emacs 22.1.1 on Windows Vista application.
In the win32 compile of emacs, yanking text does put it on the copy/paste buffer ..
|
|
I have EmacsW32 23.1.50.1 emacs working on my windows XP machine. It hangs randomly for 5 to 8 seconds and quite frustrating.
Any one has solution?
I even tried using emacs win32 binaries (23.1) from gnu ftp site and that also hangs for few seconds.
Here...
Started by Gopalakrishnan Subramani on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are often caused by IO operation timeouts, I recommend running Process Monitor to see what Emacs change I made that had a significant improvement (for me anyway) was to add the following to my .emacs .emacs customisations) but it....
|
|
I have used the following as comments in my .emacs
// {{{ // }}}
My .emacs
;; Basic Characteristics// {{{*/ (setq c-basic-offset 4) ; indents 4 chars (setq tab-width 4) ; and 4 char wide for TAB (setq indent-tabs-mode nil) ; And force use of spaces (turn...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There's at least one error in the code in your .emacs, here:
; to enable folding mode (load "folding.
|
|
I'm setting up emacs as my ruby development environment. I run tests by doing M-x compile and then rake test. I've set up compile-error-regexp-alist appropriately so that the resulting compile buffer can recognize test failures and make them clickable...
Started by Rohith on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Directory) (let ((dir (or directory default-directory)) (root (expand-file-name "/"))) ;the win32 builds.
|
Is there some way to get more than Meta and Ctrl on Windows? Long time emacs user wants Hyper/Super.
I've used emacs for years on Linux, and I have lots of personally useful keybindings I've put under Hyper and Super. Nowadays I'm using emacs on Windows, and missing those extra keybindings.
Is there some way in Windows to get modifier keys other than...
Started by shapr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Lo, it works-test)
Unless I've done something else funky, these work natively; I'm running GNU Emacs 23.0.60.1.
) ;; Menu key
Update: so, I actually tried the above code in my own Win32 emacs setup.
|
|
On Wed, 29 Jul 2009 01:18:03 -0700 (PDT), Nicolas Matringe <nic_o_mat@msn.com
Bonjour
J'avais déjà posé la question sous une forme différente il y a
quelques temps. J'utilise emacs sur un PC portable sous Windows XP et
je voudrais que les taille...
Started by Nicolas Matringe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
PS: s'il s'agit de distinguer juste.
Vincent.
À mon avis une
meilleure solution consiste à les lire en Emacs-lisp
avec la fonction getenv.
Conseille de lire le noeud d'info "(emacs) Environment".
|