Your message dated Thu, 13 Jul 2006 06:47:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#377227: fixed in ddskk 13.0.90.cvs20060531-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ddskk
Version: 13.0.90.cvs20060531-2
Tags: patch

Emacs Help (describe-function, describe-variable or so) indicates
the source file.  However, ddskk's source files cannot be found.

To reproduce:

* Run emacs21
* Type `M-x help RET f skk-mode RET'
* Goto the *Help* buffer
* Move cursor to `skk.el'
* Type `RET', then `The library `skk' is not in the path' is displayed.

To find functoin's definition from *Help*, please create *.el symlinks
in the same directory as *.elc.  The attached patch fixes this bug.

(Note that adding *.el path (/usr/share/emacs/site-lisp/ddskk) to
load-path is no good.  Because debian-pkg-add-load-path-item does not
specify any particular order in which directories will be inserted into
load-path, that might prefer *.el to *.elc.  See also Debian bug#276821,
#122444.)

Thanks,
--
Tatsuya Kinoshita
--- ddskk-13.0.90.cvs20060531-2/debian/emacsen-install
+++ ddskk-13.0.90.cvs20060531/debian/emacsen-install
@@ -59,9 +59,20 @@
 ${FLAVOR} ${FLAGS} -l NICOLA-DDSKK-ELS -l NICOLA-DDSKK-MK -f 
nicola-ddskk-generate-autoloads >>../CompilationLog 2>&1
 ${FLAVOR} ${FLAGS} -f batch-byte-compile nicola-ddskk-autoloads.el 
>>../CompilationLog 2>&1
 ${FLAVOR} ${FLAGS} -l NICOLA-DDSKK-MK -f compile-nicola-ddskk NONE NONE NONE 
>>../CompilationLog 2>&1
-rm -f NICOLA-* *.el
+mv *.elc ..
 cd ..
-rm -rf SKK-* *.el *.in tut-code
+rm -rf SKK-* *.el *.in tut-code nicola
+( for d in "${ELDIR}" "${ELDIR}/nicola"; do
+    if [ -d ${d} ]; then
+      cd ${d}
+      for f in *.el; do
+       if [ -f ${ELCDIR}/${f}c ]; then
+         ln -sf ${d}/${f} ${ELCDIR}/${f}
+       fi
+      done
+    fi
+  done
+)
 gzip -9qf CompilationLog
 
 exit 0
--- ddskk-13.0.90.cvs20060531-2/debian/emacsen-startup
+++ ddskk-13.0.90.cvs20060531/debian/emacsen-startup
@@ -11,13 +11,11 @@
 ;; xemacs19, emacs20, xemacs20...).  The compiled code is then
 ;; installed in a subdirectory of the respective site-lisp directory.
 ;; We have to add this to the load-path:
-(let* ((lispdir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/ddskk"))
-       (lispdir2 (concat lispdir "/nicola")))
+(let ((lispdir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/ddskk")))
   (when (and (featurep 'mule) (file-exists-p (concat lispdir "/skk.elc")))
-      (if (not (fboundp 'debian-pkg-add-load-path-item))
-         (setq load-path (cons lispdir (cons lispdir2 load-path)))
-       (debian-pkg-add-load-path-item lispdir2)
-       (debian-pkg-add-load-path-item lispdir))
+      (if (fboundp 'debian-pkg-add-load-path-item)
+         (debian-pkg-add-load-path-item lispdir)
+       (setq load-path (cons lispdir load-path)))
 
       (require 'skk-setup)
 

Attachment: pgpw5QjQ5LRGW.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ddskk
Source-Version: 13.0.90.cvs20060531-3

We believe that the bug you reported is fixed in the latest version of
ddskk, which is due to be installed in the Debian FTP archive:

ddskk_13.0.90.cvs20060531-3.diff.gz
  to pool/main/d/ddskk/ddskk_13.0.90.cvs20060531-3.diff.gz
ddskk_13.0.90.cvs20060531-3.dsc
  to pool/main/d/ddskk/ddskk_13.0.90.cvs20060531-3.dsc
ddskk_13.0.90.cvs20060531-3_all.deb
  to pool/main/d/ddskk/ddskk_13.0.90.cvs20060531-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kenshi Muto <[EMAIL PROTECTED]> (supplier of updated ddskk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 13 Jul 2006 22:26:25 +0900
Source: ddskk
Binary: ddskk
Architecture: source all
Version: 13.0.90.cvs20060531-3
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto <[EMAIL PROTECTED]>
Changed-By: Kenshi Muto <[EMAIL PROTECTED]>
Description: 
 ddskk      - Simple Kana to Kanji conversion program
Closes: 377227
Changes: 
 ddskk (13.0.90.cvs20060531-3) unstable; urgency=low
 .
   * Make symlinks to *.el file to show function's definition on Help
     buffer. (closes: #377227)
Files: 
 7a89854a82650d7ac387ca9cf6d193a1 664 utils optional 
ddskk_13.0.90.cvs20060531-3.dsc
 b60452d36c6d464634cdf509a81c2e31 7978 utils optional 
ddskk_13.0.90.cvs20060531-3.diff.gz
 3f37b191405dd21413b923606bd8dd4e 571084 utils optional 
ddskk_13.0.90.cvs20060531-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iEYEARECAAYFAkS2St8ACgkQQKW+7XLQPLGeYgCg39IJ6YL+89cELYEc6vAIfA8I
5ggAnRZo7UIoYwDgPhhwvKBUhtA588H9
=ndNg
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to