Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2000 14:40:02 -0700 (PDT)
From:      FUJISHIMA Satsuki <k5@cheerful.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/20014: update japanese/skk10-elisp-emacs20
Message-ID:  <200007182140.OAA23799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/20014; it has been noted by GNATS.

From: FUJISHIMA Satsuki <k5@cheerful.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/20014: update japanese/skk10-elisp-emacs20
Date: Wed, 19 Jul 2000 06:29:48 +0900

 --Multipart_Wed_Jul_19_06:29:48_2000-1
 Content-Type: text/plain; charset=US-ASCII
 
 Ur, forgotten new file: patch-aa attached.
 
 
 --Multipart_Wed_Jul_19_06:29:48_2000-1
 Content-Type: application/octet-stream
 Content-Disposition: attachment; filename="patch-aa"
 Content-Transfer-Encoding: 7bit
 
 --- SKK-MK.orig	Mon Jan 17 13:04:55 2000
 +++ SKK-MK	Tue Jun 27 00:08:32 2000
 @@ -396,7 +396,7 @@
        (find-file x)
        (setq obuf (current-buffer))
        (condition-case nil
 -	  (texinfo-format-buffer)
 +	  (texinfo-format-buffer t)
  	(error				; one more try with no @direntry
  	 ;;(kill-buffer (current-buffer))
  	 (set-buffer obuf)
 @@ -407,7 +407,7 @@
  	     (setq beg (match-beginning 0))
  	     (when (re-search-forward "@end direntry" nil t)
  	       (delete-region beg (match-end 0)) )))
 -	 (texinfo-format-buffer) ))
 +	 (texinfo-format-buffer t) ))
        (save-buffer)
        (kill-buffer (current-buffer))	; info
        (kill-buffer obuf)		; texi
 
 --Multipart_Wed_Jul_19_06:29:48_2000-1--
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007182140.OAA23799>