[mew-win32 4421] Re: Namazu 2.0.16 で mknmz できない
Hideyuki SHIRAI (白井秀行) <[email protected]>
| Newsgroups | gmane.mail.mew.windows |
|---|---|
| Organization | Resident at Meadowy farm. |
| Message-ID | <[email protected]> |
From: Hideyuki SHIRAI () <[email protected]> Subject: [mew-win32 4420] Namazu 2.0.16 mknmz Message-ID: <[email protected]> Date: Tue, 29 Aug 2006 14:03:50 +0900 (JST) > Namazu 2.0.16 km mknmz > > http://www.namazu.org/pipermail/namazu-win32-users-ja/2006-June/001299.html > http://www.namazu.org/pipermail/namazu-win32-users-ja/2006-July/001304.html > > Namazu 2.0.16 mknmz( perl script) mknmz mknmz.bat Mew mew-win32.el (setq mew-which-exec-suffixes '("" ".exe" ".bat")) (mew-which-exec "mknmz") => "c:/usr/local/bin/mknmz" Perl Script mew-win32 mknmz.bat argument setting Meadow (NTEmacs ) call|start-process exec-suffixes => (".exe" ".com" ".bat" ".cmd" ".btm" "") (executable-find "mknmz") => "c:/usr/local/bin/mknmz.bat" mknmz.bat Mew mknmz (_ _) -- (mailto:[email protected]) --- mew-win32.el 29 Aug 2006 15:29:26 +0900 1.53 +++ mew-win32.el 29 Aug 2006 15:48:33 +0900 @@ -79,7 +79,10 @@ NAME BUFFER PROGRAM PROGRAM-ARGS)))))) ))) -(setq mew-which-exec-suffixes '("" ".exe" ".bat")) +(setq mew-which-exec-suffixes (if (and (boundp 'exec-suffixes) + exec-suffixes) + exec-suffixes + (".exe" ".com" ".bat" ".cmd" ""))) (when (and (featurep 'mw32script) (fboundp 'define-process-argument-editing))