** C-x C-f now handles the wildcards * and ? in file names. For example, typing C-x C-f c*.c RET visits all the files whose names match c*.c. To visit a file whose name contains * or ?, add the quoting sequence /: to the beginning of the file name.
> 144,145,146,148 ありがと。で、mule2.3 w/sj3 on sol8 / sparc を gcc でコンパイルしたら、 /usr/local/src/mule/mule-2.3/lib-src/movemail.c: In function `main': /usr/local/src/mule/mule-2.3/lib-src/movemail.c:575: storage size of `status' isn't known ではねられた。なにかわかります?
151 :名無しさん@お腹いっぱい。 :01/10/16 20:13
emacs20.7.1なんですけど、
Error in init file: File error: "Cannot open load file", "can-n-egg"
Error in init file: Symbol's function definition is void: set-display-coding-system というエラーが出るので、困ってしまいます。 結局何かが足りないのでしょうか。うーん。 いらいらさせてしまって申し訳ないんですけど、またレスをお願いします
;; these code from grpe in packages/compile.el (defun htmllint (command-args) "Run htmllint, with user-specified args, and collect output in a buffer. While htmllint runs asynchronously, you can use the \\[next-error] command to find the text that grep hits refer to.
This command uses a special history list for its arguments, so you can easily repeat a grep command." (interactive ;; XEmacs change (list (read-shell-command "Run htmllint (like this): " htmllint-command 'grep-history))) (let ((grep-null-device "")) (apply 'grep (list command-args))))
コメントはそのまま放っておいていいと思います。describe-keyとかしたときに C-x C-s runs the command renban-backup-save which is an interactive Lisp function in `~/.emacs'. (renban-backup-save)
;; 2. Setting the text property makes the buffer modified. If the ;; buffer is read-only buffer we have to cheat and bypass the read-only ;; status. This is for cases where the buffer started read-only buffer ;; but the user issued toggle-read-only'.
nemacs -nw -q -f kill-emacs 0.00s user 0.01s system 354% cpu 0.003 total mule -nw -q -f kill-emacs 0.02s user 0.01s system 128% cpu 0.023 total emacs -nw -q -f kill-emacs 0.15s user 0.01s system 87% cpu 0.183 total emacs21 -nw -q -f kill-emacs 0.18s user 0.05s system 87% cpu 0.264 total xemacs -nw -q -f kill-emacs 0.82s user 0.08s system 74% cpu 1.204 total
jed -n -f exit_jed 0.03s user 0.01s system 135% cpu 0.030 total
>>672 どうも ascii のフォントの設定に他の character set のフォントの設定が 引きずられてしまうようです。例えば ascii だけ ms mincho, 他は ms gothic に 設定していたら、japanese-jisx0208 とかまで ms mincho になってしまう。
Since gif reading software must use an LZW decoder, is it legal? ---------------------------------------------------------------- After a bit of online investigation, I was sent the following letter:
From rms@santafe.edu Sun Sep 6 18:39:17 1998 Date: Sun, 6 Sep 1998 19:37:52 -0600 From: Richard Stallman <rms@santafe.edu> To: badger@prtr-13.ucsc.edu Subject: Re: Decoding LZW okay:: Source?
I am looking for someone who can explain why decoding LZW is not patented under either the IBM or the UniSys patents.
Because the wording of the claims that mention decompression describes a system which can do both compression and decompression.
This is evident in the words of the patent. I asked a lawyer to confirm that the words mean what they appear to mean; he said that they do.
(Note: in the past, Unisys has made statements that seem to imply they don't agree with this interpretation.)
Emacs 上達の道は turorial の次に help の使い方を覚えることだ YO! C-h k describe-key C-h f descirbe-function C-h v describe-variable C-h b describe-binding C-h i info とりあえずはこのくらいかな.
$ for i in 1 2 3 4 5 6 7 8 9 0; do >time xemacs -nw -q -f kill-emacs >done
real 0m20.880s user 0m0.000s sys 0m0.000s real 0m19.110s user 0m0.000s sys 0m0.000s real 0m20.160s user 0m0.000s sys 0m0.000s real 0m19.770s user 0m0.000s sys 0m0.000s real 0m18.950s user 0m0.000s sys 0m0.000s real 0m23.070s user 0m0.000s sys 0m0.000s real 0m22.850s user 0m0.000s sys 0m0.000s real 0m18.560s user 0m0.000s sys 0m0.000s real 0m18.730s user 0m0.000s sys 0m0.000s real 0m19.010s user 0m0.000s sys 0m0.000s
(defcustom emacs-wiki-extended-link-regexp "\\[\\[\\([^] \t\n]+\\)\\]\\(\\[\\([^]\n]+\\)\\]\\)?\\]" "Regexp used to match [[extended][links]]." :type 'regexp :group 'emacs-wiki)