Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!wnoc-sfc-news!wnoc-kyo-news!icspub!mother!masutani
From: masutani@gull.me.es.osaka-u.ac.jp (MASUTANI Yasuhiro)
Subject: Re: access www
In-Reply-To: koichi@ec.musashi-tech.ac.jp's message of 2 Nov 94 08:50:55 GMT
Content-Type: text/plain; charset=ISO-2022-JP
Message-ID: <MASUTANI.94Nov4210758@gull.me.es.osaka-u.ac.jp>
Sender: news@mother.me.es.osaka-u.ac.jp (News Manager)
Organization: Dept. of Mech. Eng, Faculty of Eng. Sci., Osaka Univ., JAPAN
References: <KOICHI.94Oct27174407@zeus.ec.musashi-tech.ac.jp>
 <KUWAYAMA.94Oct28231810@kairo7.csce.kyushu-u.ac.jp>
 <KOICHI.94Oct31180637@zeus.ec.musashi-tech.ac.jp>
 <392ll0$5nj@nttsgw.yh.ntts.co.jp>
 <KOICHI.94Nov2175055@zeus.ec.musashi-tech.ac.jp>
Mime-Version: 1.0
Date: 4 Nov 1994 12:07:58 GMT
Lines: 63
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:5096
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=5096&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.

$B>#C+!w:eBg$G$9!%(B

>>>>> On 2 Nov 94 08:50:55 GMT, 
koichi@ec.musashi-tech.ac.jp (INOUE Koichi) said:

$B0f>e(B> emacs-18.55$B$G%G%P%C%,$rAv$i$;$F2r@O$7$?$H$3$m!"(Bw3-emacs.el $B!J(Bnormal
$B0f>e(B> emacs$BMQItJ,%U%!%$%k!K$GDj5A$5$l$F$$$k(Bw3-add-zone$BCf$N(Bcopy-marker$B$G$*$+$7(B
$B0f>e(B> $B$J$3$H!J(BFatal error(10) Bus error$B!K$,5/$3$C$F$$$k$3$H$,J,$+$j$^$7$?$,!"(B
$B0f>e(B> $B$3$l0J>e$O$I$&$7$h$&$b$J$$$J$"!";d$NCN<1$8$c!#(B

$B$3$l$C$F0J2<$N%Q%C%A$GD>$kE[$G$7$g$&$+(B?


From: toshiki@sm.sony.co.jp (Toshiki Kikuchi)
Newsgroups: fj.editor.emacs
Subject: Re: copy-marker with an integer argument causes Bus Error.
Message-ID: <TOSHIKI.92Feb5165246@amadei.sm.sony.co.jp>
Date: 5 Feb 92 07:52:46 GMT
Distribution: fj
Organization: Super Micro Systems Group, Sony Corporation
Nntp-Posting-Host: amadei
In-reply-to: tanaka@ntthli.ntt.JP's message of 5 Feb 92 04:55:46 GMT

In article <305@aether.ntt.JP> tanaka@ntthli.ntt.JP (Kazuo Tanaka) writes:

   Nemacs version 3.3.1 of 1990.3.3 $B$G!"(B
   (copy-marker 1)
   $B$H$$$&$h$&$K@0?t$N0z?t$rEO$7$F8F$V$H!"(BBus Error$B$r0z$-5/$3$7$F;`$K$^$9!#(B
   $B%^!<%+!<$N0z?t$rEO$7$?$H$-$OLdBj$,$J$$$N$G$9$,!#(B

$B$J$s$+!"(BFAQ $B$K$J$C$F$^$9$M!#(B
$B0J2<$N%Q%C%A$O(B ver 3.3.2 $BMQ$G$9$,!"$?$V$s$"$?$k$G$7$g$&!#(B


Toshiki Kikuchi    Super Micro Systems Group, Sony Corporation

--------------- cut here --------------------------------

*** /tmp/,RCSt1021620Mon Jul  8 17:03:36 1991
--- marker.cMon Jul  8 17:02:12 1991
***************
*** 259,265 ****
  ? Fmarker_buffer (marker)
  : Qnil));
  /* patch for point_type_marker by K.Handa 89.11.30 */
!   XMARKER (new)->type = XMARKER (marker)->type;
    return new;
  }
        else
--- 259,267 ----
  ? Fmarker_buffer (marker)
  : Qnil));
  /* patch for point_type_marker by K.Handa 89.11.30 */
! /* bugfix by toshiki@sm.sony.co.jp  91.7.8 */
!   if (XTYPE (marker) == Lisp_Marker)
!     XMARKER (new)->type = XMARKER (marker)->type;
    return new;
  }
        else

--
/* $B>#C+(B $BJ]Gn(B                  /$BBg:eBg3X(B $B4pAC9)3XIt(B $B5!3#9)3X2J(B         */
/* 560$BBg:eI\K-Cf;TBT7s;3D.(B1-3 /TEL: 06-850-6207$BD>DL(B /FAX: 06-850-6212 */
