[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: w3m-async-exec



>> On Fri, 03 Aug 2001 17:46:43 +0900 (JST)
>> 「白井」== shirai@rdmg.mgcs.mei.co.jp (Hideyuki SHIRAI (白井秀行)) said as follows:

白井> けど、XEmacs 方面は疎いので、本当に XEmacs on Solaris の問題かど
白井> うかは知らないです。なんてったって、今まで全然聞いたことが無かっ
白井> たので ^^;;;

えーと。ということは、本当に XEmacs on Solaris の問題だとしたら、以下
のようなデフォルト値にすることで、みんなが幸せになれるのでしょうか。

;; 個人的に Windows 環境の start-process ってまったく信用してないんで
;; すけど、本当に大丈夫なのかなあ。
Index: w3m.el
===================================================================
RCS file: /home/tsuchiya/cvsroot/emacs-w3m/w3m.el,v
retrieving revision 1.349
diff -u -u -r1.349 w3m.el
--- w3m.el	5 Aug 2001 00:01:47 -0000	1.349
+++ w3m.el	5 Aug 2001 00:14:22 -0000
@@ -403,12 +403,14 @@
   "Hook run after removing inline images in `w3m-toggle-inline-images'.
 It will be used for the w3m system internal for Emacs 21.")
 
-(defcustom w3m-async-exec nil
+(defcustom w3m-async-exec t
   "*If non-nil, w3m is executed an asynchronously process."
   :group 'w3m
   :type 'boolean)
 
-(defcustom w3m-process-connection-type t
+(defcustom w3m-process-connection-type
+  (not (and (featurep 'xemacs)
+	    (string-match "solaris" system-configuration)))
   "*Process connection type for w3m execution."
   :group 'w3m
   :type 'boolean)
-- 
土屋 雅稔  ( TSUCHIYA Masatoshi )
    http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/
;; asynchronously process って一体何?