Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!sparky!uunet!ccut!wnoc-tyo-news!etl.go.jp!handa
From: handa@etlhit.etl.go.jp (Kenichi Handa)
Subject: Re: minibuffer
In-Reply-To: shingu@cpr.canon.co.jp's message of 18 May 92 04: 12:11 GMT
Message-ID: <HANDA.92May19121834@etlhit.etl.go.jp>
Sender: news@etl.go.jp (News System)
Nntp-Posting-Host: etlhit
Organization: Electrotechnical Lab., Japan.
References: <SHINGU.92May18131211@casp12.cpr.canon.co.jp>
Distribution: fj
Date: Tue, 19 May 1992 03:18:34 GMT
Lines: 23
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:2958
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=2958&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

In article <SHINGU.92May18131211@casp12.cpr.canon.co.jp>
shingu@cpr.canon.co.jp (Toshiaki Shingu) writes:
>> $B%_%K%P%C%U%!$KD9$$%a%C%;!<%8$r=P$9$H!"8e$m$NJ}$,8+$($J$/$J$C(B
>> $B$F$7$^$$$^$9!#(B
>> $B$=$s$J$H$-$K%_%K%P%C%U%!$,?-$S$F$/$l$l$P4r$7$$$N$G$9$,!"$=$&(B
>> $B$$$&%W%m%0%i%`$O$J$$$G$7$g$&$+!)(B

$B0JA0Ej9F$7$?(B crossword.el $B$G$O<+F0E*$K(B minibuffer $B$N9T?t$rA}(B
$B$d$9$h$&$K$7$F$$$^$9!#0J2<$r;n$7$F$_$F2<$5$$!#(B

(let ((win (selected-window)))
  (save-window-excursion
    (save-excursion
      (set-buffer (window-buffer (minibuffer-window)))
      (erase-buffer)
      (insert "This buffer\ncontains\nthree lines.")
      (select-window (minibuffer-window))
      (enlarge-window 2)
      (select-window win)
      (sit-for 3))))

$B!]!]!!$1$s$A$c$s!w#E#T#L(B
      handa@etl.go.jp
