ユーザー登録
ログイン
ヘルプ
トップ
質問一覧
注目の質問
コレナニ?
質問する
アンケートする
るびきち
さんのマイページ
プロフィール
質問履歴
回答履歴
ウォッチリスト
質問履歴
るびきちさんの質問はまだありません
回答履歴
【Emacs】【Lisp】スクリプト自身のファイル情報はどうやって取得するのでしょうか? ..
nannde
2
0
135
pt
どういうことをやりたいのかわかりませんが、スクリプトが入ったバッファのファイル名でしょうか? それならばbuffer-file-nameですね。 ..
るびきち
2010/05/22 14:45:27
35
pt
【Emacs-Lisp】~/.emacs.d/lib 内の全ディレクトリを load-path に挿入するにはどう書..
nannde
1
0
100
pt
(require 'cl) (loop for f in (directory-files "~/.emacs.d/lib" t) when (and (file-directory-p f) (not (member (file-name-nondirectory f) '..
るびきち
2010/04/23 11:13:18
100
pt
【Emacs】【Lisp】コマンドが使えるか否か、わかりますか? あるシステムコマンドが実..
nannde
1
0
60
pt
executable-find関数ですね。 実行可能なときはその実行ファイル名を返します。 (executable-find "dir") ; => "/bin/dir" (executabl..
るびきち
2010/03/17 09:40:31
60
pt
【Emacsの質問は?】 Emacs関連の質問はどこで行うのが最も回答が得られるのでしょう..
nobnob3
2
0
70
pt
困ったらまずはEmacsに聞く。describe-function describe-variable find-function find-variable サイトならEmacsWikiやMeadow Memoが基本。 http://www.emacsw..
るびきち
2010/01/14 04:22:49
42
pt
Ruby【全角空白も除去】できるstrip!()ありますか? s = " 全角空白を除去したい ..
nannde
2
1
110
pt
# -*- coding: euc-jp -*- class String def strip_with_full_size_space! s = " \s\v" sub!(/^[#{s}]*([^#{s}]+)[#{s}]*$/o, '\1') end def strip..
るびきち
2009/12/31 10:57:11
100
pt
もっと見る
ベストアンサー
【Emacs-Lisp】~/.emacs.d/lib 内の全ディレクトリを load-path に挿入するにはどう書..
nannde
1
0
100
pt
(require 'cl) (loop for f in (directory-files "~/.emacs.d/lib" t) when (and (file-directory-p f) (not (member (file-name-nondirectory f) '..
るびきち
2010/04/23 11:13:18
100
pt
【Emacs】【Lisp】コマンドが使えるか否か、わかりますか? あるシステムコマンドが実..
nannde
1
0
60
pt
executable-find関数ですね。 実行可能なときはその実行ファイル名を返します。 (executable-find "dir") ; => "/bin/dir" (executabl..
るびきち
2010/03/17 09:40:31
60
pt
【Emacsの質問は?】 Emacs関連の質問はどこで行うのが最も回答が得られるのでしょう..
nobnob3
2
0
70
pt
困ったらまずはEmacsに聞く。describe-function describe-variable find-function find-variable サイトならEmacsWikiやMeadow Memoが基本。 http://www.emacsw..
るびきち
2010/01/14 04:22:49
42
pt
Ruby【全角空白も除去】できるstrip!()ありますか? s = " 全角空白を除去したい ..
nannde
2
1
110
pt
# -*- coding: euc-jp -*- class String def strip_with_full_size_space! s = " \s\v" sub!(/^[#{s}]*([^#{s}]+)[#{s}]*$/o, '\1') end def strip..
るびきち
2009/12/31 10:57:11
100
pt
【Emacsとw3m】Emacs関連の質問いくつか。 最近はじめたEmacsです(環境はOS10.6.2+Car..
nobnob3
2
4
70
pt
回答1 もしかしたらUser-Agentではじいてるのかもしれません。 Option Setting Panel→ネットワークの設定→User-Agentに 「Mozilla/4.0 (compatible; MSIE 6.0..
るびきち
2009/12/30 04:33:49
35
pt
もっと見る
ウォッチリスト
るびきちさんのウォッチリストには質問がまだありません
id:rubikitch
Emacsは俺の嫁w
プロフィール
質問
回答
ベストアンサー
0
回
120
回
22
回
支払
平均支払
支払率
0
回
--
--
受取
平均受取
受取率
113
回
33.99
pt
99.12
%
もらった☆
★
21
★
0
★
0
★
0
Myはてなを見る