私的良スレ書庫
不明な単語は2ch用語を / 要望・削除依頼は掲示板へ。不適切な画像報告もこちらへどうぞ。 / 管理情報はtwitterでログインするとレス評価できます。 登録ユーザには一部の画像が表示されますので、問題のある画像や記述を含むレスに「禁」ボタンを押してください。
元スレEmacs Part 32
emacs スレッド一覧へ / emacs とは? / 携帯版 / dat(gz)で取得 / トップメニューみんなの評価 : ○
レスフィルター : (試験中)
Emacs22 on FreeBSD7.2でemacsを-nwで使っているとき、
C-zやC-x C-cで端末に戻ってもemacsの表示内容が消えないのですが、
どういう設定を.emacsに加えればよいんでしょうか?
ちなみにsshで他のマシンにログインして同じ事をするときちんと消えるので、
端末エミュレーターの問題ではなくてemacsの設定だと思います
C-zやC-x C-cで端末に戻ってもemacsの表示内容が消えないのですが、
どういう設定を.emacsに加えればよいんでしょうか?
ちなみにsshで他のマシンにログインして同じ事をするときちんと消えるので、
端末エミュレーターの問題ではなくてemacsの設定だと思います
>>408
$ jot 100
$ jot 100
>>406
Keysnailマジオススメ
Keysnailマジオススメ
2009/10/23 に立ったばかりの Wanderlust その6 スレが消えてる。
消されたのか?
消されたのか?
書き込み数によるはず。
詳しくは分からないけど、レスが一定数なくて
ある程度書き込みがないとdat落ちするんじゃなかったっけ?
詳しくは分からないけど、レスが一定数なくて
ある程度書き込みがないとdat落ちするんじゃなかったっけ?
>>418
Yes.
Yes.
もしよろしければ、教えてください。
Emacs23.1でyasnippet を導入しました。yasnippet 自体は正常に動いているのですが、anything-c-yas-complete を実行すると、anythingされませんでした。以前Meadowでやっていた時には上手くいっていたので、 Emacs 22の環境で試してみましたが同じでした。
MacのGNU Emacs で実行すると以下のような *Messages* が出力されています。
setq: Wrong type argument: sequencep, #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8 data ("Command that works on region or word" [cl-struct-yas/template ";; example of a command that works on current word or text selection
(defun down-case-word-or-region ()
\"Lower case the current word or text selection.\"
(interactive)
(let (pos1 pos2 meat) (if (and transient-mark-mode mark-active) (setq pos1 (region-beginning) pos2 (region-end)) (setq pos1 (car (bounds-of-thing-at-point 'symbol)) pos2 (cdr (bounds-of-thing-at-point 'symbol))))
; now, pos1 and pos2 are the starting and ending positions
; of the current word, or current text selection if exists
;; put your code here.
$0
;; Some example of things you might want to do
(downcase-region pos1 pos2) ; example of a func that takes region as args
(setq meat (buffer-substring-no-properties pos1 pos2)) ; grab the text.
(delete-region pos1 pos2) ; get rid of it
(insert \"newText\") ; insert your new text ))
" "Command that works on region or word" nil nil "/Users/hoge/site-lisp/yasnippet/snippets/text-mode/emacs-lisp-mode/word-or-region" nil] ...))
ご掲示いただけると幸いです。
anything のバージョン : "$Id: anything.el,v 1.211 2009/11/06 21:42:58 rubikitch Exp rubikitch $"
yasnippet のバージョン : ;; Version: 0.6.1
anything-c-yasnippet のバージョン : Version: 0.6
Emacs23.1でyasnippet を導入しました。yasnippet 自体は正常に動いているのですが、anything-c-yas-complete を実行すると、anythingされませんでした。以前Meadowでやっていた時には上手くいっていたので、 Emacs 22の環境で試してみましたが同じでした。
MacのGNU Emacs で実行すると以下のような *Messages* が出力されています。
setq: Wrong type argument: sequencep, #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8 data ("Command that works on region or word" [cl-struct-yas/template ";; example of a command that works on current word or text selection
(defun down-case-word-or-region ()
\"Lower case the current word or text selection.\"
(interactive)
(let (pos1 pos2 meat) (if (and transient-mark-mode mark-active) (setq pos1 (region-beginning) pos2 (region-end)) (setq pos1 (car (bounds-of-thing-at-point 'symbol)) pos2 (cdr (bounds-of-thing-at-point 'symbol))))
; now, pos1 and pos2 are the starting and ending positions
; of the current word, or current text selection if exists
;; put your code here.
$0
;; Some example of things you might want to do
(downcase-region pos1 pos2) ; example of a func that takes region as args
(setq meat (buffer-substring-no-properties pos1 pos2)) ; grab the text.
(delete-region pos1 pos2) ; get rid of it
(insert \"newText\") ; insert your new text ))
" "Command that works on region or word" nil nil "/Users/hoge/site-lisp/yasnippet/snippets/text-mode/emacs-lisp-mode/word-or-region" nil] ...))
ご掲示いただけると幸いです。
anything のバージョン : "$Id: anything.el,v 1.211 2009/11/06 21:42:58 rubikitch Exp rubikitch $"
yasnippet のバージョン : ;; Version: 0.6.1
anything-c-yasnippet のバージョン : Version: 0.6
htmlfontify.elがマージされたな。
この調子で使えるelispはどんどんマージしてくれ。
この調子で使えるelispはどんどんマージしてくれ。
そういえば、前にmove-to-window-line-top-bottomがこのスレに
出ていたけど、これもマージされたな。
出ていたけど、これもマージされたな。
質問があるのですが、、、
re-search-forward した後に、replace-match であるバッファ内の文字を置
き換えてる自作のコードがあり、うまく置換するのと "Args out of range:
0, 19" エラーを吐く部分があります。置換で置き換えられる文字が長い場
合に発生するようですが、 置換に文字制限があるようなことは help に書か
れてないのですが、どんな原因が考えられますか?教えてください。
re-search-forward した後に、replace-match であるバッファ内の文字を置
き換えてる自作のコードがあり、うまく置換するのと "Args out of range:
0, 19" エラーを吐く部分があります。置換で置き換えられる文字が長い場
合に発生するようですが、 置換に文字制限があるようなことは help に書か
れてないのですが、どんな原因が考えられますか?教えてください。
原因は自分で書いてるじゃないか。
> "Args out of range: 0, 19"
> 置換で置き換えられる文字が長い場合に発生するようですが
気のせい。
人に尋ねたいなら自作のコードとやらを貼れよ。
> "Args out of range: 0, 19"
> 置換で置き換えられる文字が長い場合に発生するようですが
気のせい。
人に尋ねたいなら自作のコードとやらを貼れよ。
>>421-422
ワロタw
ワロタw
すんまそん。単に re-search-forward と replace-match の間のコードで
string-match 使っている関数があるだけでした。match-data と
set-match-data を使って解決しました。
>>426
返事ありがとう。
string-match 使っている関数があるだけでした。match-data と
set-match-data を使って解決しました。
>>426
返事ありがとう。
今の時代にw3mで普通にブラウジングするのは無理があるな。
ブラウザに javascript と css エンジンは必須。
ブラウザに javascript と css エンジンは必須。
たまにHTMLをテキストにレンダリングするのに使う。
普通のブラウザとしてはまず使わないな。
普通のブラウザとしてはまず使わないな。
昔にくらべるとテキストブラウザじゃまともに読めないとこ増えたから
一々見えない!→普通のブラウザで再確認の手間がおしくて
w3mとさようならしたな。
一々見えない!→普通のブラウザで再確認の手間がおしくて
w3mとさようならしたな。
昔はそうだったけど今はそれじゃ意味ないサイトが増えたから
結局最初からFirefoxで見た方がはえーってことに・・・
API公開されてるサイトも増えてるし、w3mで見るよか
サイト毎の適当なelispでっちあげたほうがいいのかもね
結局最初からFirefoxで見た方がはえーってことに・・・
API公開されてるサイトも増えてるし、w3mで見るよか
サイト毎の適当なelispでっちあげたほうがいいのかもね
> それぐらいならFirefoxで十分
十分? その用途で何かFirefoxよりいいツールあんの?
十分? その用途で何かFirefoxよりいいツールあんの?
前へ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 次へ / 要望・削除依頼は掲示板へ / 管理情報はtwitterで / emacs スレッド一覧へ
みんなの評価 : ○類似してるかもしれないスレッド
- Emacs Part 36 (1001) - [92%] - 2011/3/1 5:02
- Emacs Part 42 (1001) - [92%] - 2013/6/9 5:15 △
- Emacs Part 37 (1001) - [92%] - 2011/6/20 19:47
- Emacs Part 52 (984) - [92%] - 2021/5/13 1:45
- Emacs Part 38 (1001) - [92%] - 2011/11/29 0:01
- Emacs Part 39 (990) - [92%] - 2012/2/9 19:45
- Emacs Part 34 (1001) - [92%] - 2010/6/21 19:45 ○
- Emacs Part 33 (1001) - [92%] - 2010/3/9 20:01 ○
- Emacs Part 31 (1001) - [92%] - 2009/10/23 10:31 ○
- Emacs Part 35 (1001) - [92%] - 2010/9/19 17:01
- Emacs Part 40 (1001) - [84%] - 2012/9/7 0:30
- Emacs Part 53 (989) - [84%] - 2022/12/5 12:45
- Emacs Part 41 (1001) - [84%] - 2012/12/24 4:15
- Emacs Part 54 (97) - [84%] - 2023/1/25 17:15
トップメニューへ / →のくす牧場書庫について