[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[VM] Cygwin environment for w3m
From: |
Uday S Reddy |
Subject: |
[VM] Cygwin environment for w3m |
Date: |
Sun, 18 Nov 2012 14:12:49 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 |
Emacs-w3m is setting the CYGWIN environment variable to "binmode tty".
Unfortunately, the tty option is obsolete. It generates a warning
message like:
"tty" option detected in CYGWIN environment variable.
CYGWIN=tty is no longer supported. Please remove it from your
CYGWIN environment variable and use a terminal emulator like mintty,
xterm, or rxvt.
The setting of w3m-command-environment in w3m.el should be changed.
Temporary work-around for users: Put this in your ~/.emacs-w3m file:
; Fix the CYGWIN environment variable
(when (eq system-type 'windows-nt)
(setcdr (assoc "CYGWIN" w3m-command-environment)
"binmode"))
Cheers,
Uday Reddy
- [VM] Cygwin environment for w3m,
Uday S Reddy <=