Newsgroups: fj.sources.d,fj.news.b
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo!kuis!kurims!inoue
From: inoue@kusm.kyoto-u.ac.jp (INOUE Yoshinari)
Subject: Re: kanji search in ktrn (Re: kstrn based on strn-0.9.1)
Message-ID: <CGIwwE.4z2@kurims.kurims.kyoto-u.ac.jp>
Sender: news@kurims.kurims.kyoto-u.ac.jp
Nntp-Posting-Host: kinkaku.kusm.kyoto-u.ac.jp
Organization: Dept. of Math., Kyoto Univ., JAPAN.
References: <2b0h66$910@deci.tiny.or.jp> <CGAALu.Gvq@kurims.kurims.kyoto-u.ac.jp> <CGBGAv.2u2@kurims.kurims.kyoto-u.ac.jp> <2c50fa$1c2@deci.tiny.or.jp>
Date: Mon, 15 Nov 1993 08:00:13 GMT
Lines: 56
Xref: galaxy.trc.rwcp.or.jp fj.sources.d:2305 fj.news.b:582
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.sources.d&nb=2305&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.

$B0f>e$G$9!#$I$&$b%U%)%m!<$"$j$,$H$&$4$6$$$^$9!#(B

In article <2c50fa$1c2@deci.tiny.or.jp>,
Hironobu Takahashi <takahasi@tiny.or.jp> wrote:
>>>$B$H$3$m$G!"4A;z$N8!:w$,$G$-$J$$$HITJX$J$N$G!"#19T%O%C%/$r$7$F$_$^$7$?!#(B
>>>EUC$B$G4A;zF~NO$,$G$-$k4D6-$G$*;n$7$/$@$5$$!#(B
>>$B$3$l$G$O!"%^%/%m$,;H$($J$$8+$?$$$G$9!#(B
>># $B=$9T$,B-$j$s!#(B(;;)
<$BCfN,(B>
>  $B0JA0!"$($i$/6lO+$7$?$b$N$G:#2s$N%P!<%8%g%s$G$O$:$7(B
>$B$F$7$^$$$^$7$?!#$4$a$s$J$5$$!#(B

$B$A$c$s$HBP1~$7$h$&$H$9$k$HBgJQ$=$&$G$9$M!#;d$O!"$H$j$"$($:;H$($l$P$$$$(B
$B$N$G<!$N$b$&#1J8;z%O%C%/$r;H$&$3$H$K$7$^$7$?!#(B 
# $BLp0u%-!<$,$A$c$s$H;H$($k$3$H!J$@$1!K$O3NG'$7$^$7$?!#(B^^;
# $BAH9~$N%3%^%s%I%-!<$NF0:n$r!J%^%/%m$G!KJQ99$9$k$3$H$O$G$-$J$/$J$k$h$&(B
# $B$J5$$,$9$k!#(B

*** term.c.orgThu Nov 11 00:52:43 1993
--- term.cFri Nov 12 21:23:28 1993
***************
*** 845,851 ****
  }
  lastchar = *whatbuf;
  if (*whatbuf & 0200 || no_macros) {
!     *whatbuf &= 0177;
      goto got_canonical;
  }
  if (curmap == Null(KEYMAP*))
--- 845,851 ----
  }
  lastchar = *whatbuf;
  if (*whatbuf & 0200 || no_macros) {
! /*    *whatbuf &= 0177; /**/
      goto got_canonical;
  }
  if (curmap == Null(KEYMAP*))
***************
*** 864,870 ****
      assert(curmap != Null(KEYMAP*));
      break;
  case KM_STRING:/* a string? */
!     pushstring(curmap->km_ptr[*whatbuf].km_str,0200);
      if (++times > 20) {/* loop? */
  fputs("\nmacro loop?\n",stdout);
  settle_down();
--- 864,870 ----
      assert(curmap != Null(KEYMAP*));
      break;
  case KM_STRING:/* a string? */
!     pushstring(curmap->km_ptr[*whatbuf].km_str,0000);
      if (++times > 20) {/* loop? */
  fputs("\nmacro loop?\n",stdout);
  settle_down();
---
$B0f>e5ALi(B
