[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Emacs Lisp Packages
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
For MUA: RMAIL, cmail, or Mew; for MUA and News Reader: Wanderlust, Semi-gnus, or Gnus is available.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
No. There is no MH for Windows. Though it is reported that you could manage to compile and run, I recommend you to transfer to one of the brilliant MUAs.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
AUC TeX is available from http://sunsite.auc.dk/auctex.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
YaTeX is available from http://www.yatex.org/.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
It is available from CPAN. I, however, recommend `cperl-mode'. Both are available from CPAN/misc/emacs/.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Yes. For example, type hexl-find-file.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Read http://www.python.org/emacs/python-mode/.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Yes, since `telnet.exe' for Windows console comes with Meadow. To use, type M-x telnet.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(setq browse-url-browser-function 'browse-url-netscape) (setq browse-url-netscape-program "ABSOLUTE_PATH_TO_netscape.exe") (defun browse-url-netscape (url) (interactive (browse-url-interactive-arg "URL: ")) (if browse-url-netscape-program (let ((w32-start-process-show-window t)) (start-process (concat browse-url-netscape-program url) nil browse-url-netscape-program url)))) |
(setq browse-url-browser-function 'browse-url-msie) (setq browse-url-msie-program "IEXPLORE.EXE") (defun browse-url-msie (url) (interactive (browse-url-interactive-arg "URL: ")) (if browse-url-msie-program (let ((w32-start-process-show-window t)) (start-process (concat browse-url-msie-program url) nil browse-url-msie-program url)))) |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Put the following code in your `.emacs':
(setenv "TERM" "pc") (setq term-setup-hook 'edt-emulation-on) |
Document in English on EDT emulation is found at `$MEADOW/$VERSION/etc/edt-user.doc'.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
For editing Windows specific files such as `*.bat', `*.ini', `*.pif', you can use generic.el and generic-x.el.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Yes. You can use `java-mode' in Meadow. There is JDE, too. If you want to add highlight in `font-lock mode', `andrsl-java-font-lock.el' is available from http://www.csd.uu.se/%7Eandersl/emacs.shtml.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
visual-basic-mode.el would help you.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
It is available from http://www.gest.unipd.it/~saint/hth.html.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
source-safe.el would help you. Menu code is also available from source-safe-menu.el.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
It is available from delphi.el.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
`css-mode.el' is available from css-mode.el.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
http://www.stanford.edu/~riepel/SQL-mode.html, sql-modes.zip
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Yes. Available from ftp://cs.nyu.edu/pub/local/fox/dismal/. For more detail, refer to the document in the package.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
http://cc-mode.sourceforge.net/.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Update the bitmap-mule. The latest version is available from ftp://ftp.jpl.org/pub/elisp/bitmap/.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |