|
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....
|
|
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.
|
|
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 ..
|
Ask your Facebook Friends
|
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.
|
|
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
, 4 posts
by 4 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".
|
|
On Sun, 26 Aug 2007 02:30:21 +0200, Eric Lilja <mindcooler@gmail.com> wrote:
Eric Lilja wrote:
[snip]
Ok, it seems that /etc/profile is not read when I start cygwin bash
using M-x shell and I think that may be a problem.
--
Unsubscribe info...
Answer Snippets (Read the full thread at omgili):
Ken
--
Unsubscribe might be able to solve your problem....
I'm using a native win32 version emacs and I want M-x shell to
invoke Cygwin's bash instead by customizing
the emacs variable explicit-bash-args to include "-l" or "--login".
|
|
On Mon, 6 Apr 2009 06:53:54 -0700 (PDT), Marc Girod <marc.girod@gmail.com
Hi,
I try to open a new file named 'Aux.pm' under GNU emacs, and this one hangs.
Both in X and -nw modes.
This is emacs 21.2.13 under cygwin 1.5.25-15.
emacs works otherwise...
Started by Marc Girod on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
This is a restriction in the....
It does.
Marc Girod did not make clear (to me) whether the Emacs was a Win or
Cygwin version.
App, which seems to me indicates that he was
using a win32 app, i.e.,
GNU emacs for Win32 this.
|
|
On Tue, 30 Dec 2008 23:07:54 -0800 (PST), peter360 <peter360@fastmail.us
I run a native windows build of gnu emacs (downloaded binary distribution
from http://ftp.gnu.org/pub/gnu/emacs/windows/) on my vista box. I can
launch emacs either from ...
Started by peter360 on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
/usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
Access....
-0500, "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com
I know very little about emacs for 'DcomLaunch': Win32
error 5
Access is denied.
|
|
On Mon, 10 May 2010 06:22:59 -0400, Ken Brown <kbrown@cornell.edu
New releases of the emacs, emacs-X11, and emacs-el packages are now
available, 23.2-1, leaving 23.1-10 as previous.
CYGWIN NOTES
============
There is a known bug in the cygwin ...
Started by Ken Brown on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
I tried using
the native cygwin build-%" ...),
but pressing Ctrl+Alt+Shift... .
Ken
--
Problem been using the native W32 port of emacs for years.
Or for an interface that is more like the native Win32
build, run emacs under X11.
|