[Pkg-octave-devel] Bug#324471: marked as done (octave2.1-emacsen: problems if octave startup file contains cd())

Debian Bug Tracking System owner at bugs.debian.org
Thu Nov 3 10:33:09 UTC 2005


Your message dated Thu, 03 Nov 2005 02:17:32 -0800
with message-id <E1EXcA0-0002Km-00 at spohr.debian.org>
and subject line Bug#324471: fixed in octave2.1 2.1.71-7
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Aug 2005 09:47:19 +0000
>From Pascal.Dupuis at esat.kuleuven.be Mon Aug 22 02:47:19 2005
Return-path: <Pascal.Dupuis at esat.kuleuven.be>
Received: from nibbel.kulnet.kuleuven.ac.be [134.58.240.41] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E78ti-0001aC-00; Mon, 22 Aug 2005 02:47:19 -0700
Received: from localhost (localhost [127.0.0.1])
	by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id D31404C14F
	for <submit at bugs.debian.org>; Mon, 22 Aug 2005 11:46:46 +0200 (CEST)
Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72])
	by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 31DFA4C294
	for <submit at bugs.debian.org>; Mon, 22 Aug 2005 11:46:46 +0200 (CEST)
Received: from electa-30.esat.kuleuven.be (electa-30.esat.kuleuven.be [10.33.135.40])
	by smtp02.kuleuven.be (Postfix) with ESMTP id 22F932CAA0B
	for <submit at bugs.debian.org>; Mon, 22 Aug 2005 11:46:46 +0200 (CEST)
Received: by electa-30.esat.kuleuven.be (Postfix, from userid 2007)
	id 546E41C196; Mon, 22 Aug 2005 11:46:44 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============1476422183=="
MIME-Version: 1.0
From: "Pascal A. Dupuis" <Pascal.Dupuis at esat.kuleuven.be>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: octave2.1-emacsen: problems if octave startup file contains cd()
X-Mailer: reportbug 3.15
Date: Mon, 22 Aug 2005 11:46:43 +0200
Message-Id: <20050822094644.546E41C196 at electa-30.esat.kuleuven.be>
X-Virus-Scanned: by KULeuven Antivirus Cluster
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============1476422183==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: octave2.1-emacsen
Version: 2.1.69-1
Severity: minor
Tags: patch

Hello,

having a cd() in .octaverc leads to annoyances in octave-emacs buffer,
because subsequent cd() at octave prompt fails 
"cd: No such directory found via CDPATH environment variable"
until you perform a cd to some absolute location. The problem is to
resync the internal buffer idea of path after the .octaverc
invocation. The enclosed patch solves it.

Best regards

Pascal Dupuis

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=fr_BE at euro, LC_CTYPE=fr_BE at euro (charmap=ISO-8859-15)

Versions of packages octave2.1-emacsen depends on:
ii  debianutils                   2.14.1     Miscellaneous utilities specific t
ii  emacs21 [emacsen]             21.4a-1    The GNU Emacs editor
ii  octave2.1                     2.1.69-1   GNU Octave language for numerical 

octave2.1-emacsen recommends no packages.

-- no debconf information

--===============1476422183==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="octave-inf.pat"

--- octave-inf.el.orig	2005-08-22 11:34:57.000000000 +0200
+++ octave-inf.el	2005-08-22 11:38:05.000000000 +0200
@@ -234,7 +234,10 @@
 
     ;; And finally, everything is back to normal.
     (set-process-filter proc 'inferior-octave-output-filter)
-    (run-hooks 'inferior-octave-startup-hook)))
+    (run-hooks 'inferior-octave-startup-hook)
+    ;; just in case, to be sure a cd in the startup file 
+    ;; won't have detrimental effects
+    (inferior-octave-resync-dirs)))
 
 
 (defun inferior-octave-complete ()

--===============1476422183==--

---------------------------------------
Received: (at 324471-close) by bugs.debian.org; 3 Nov 2005 10:21:29 +0000
>From katie at spohr.debian.org Thu Nov 03 02:21:29 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EXcA0-0002Km-00; Thu, 03 Nov 2005 02:17:32 -0800
From: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
To: 324471-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#324471: fixed in octave2.1 2.1.71-7
Message-Id: <E1EXcA0-0002Km-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Thu, 03 Nov 2005 02:17:32 -0800
Delivered-To: 324471-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: octave2.1
Source-Version: 2.1.71-7

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

octave2.1-doc_2.1.71-7_all.deb
  to pool/main/o/octave2.1/octave2.1-doc_2.1.71-7_all.deb
octave2.1-emacsen_2.1.71-7_all.deb
  to pool/main/o/octave2.1/octave2.1-emacsen_2.1.71-7_all.deb
octave2.1-headers_2.1.71-7_i386.deb
  to pool/main/o/octave2.1/octave2.1-headers_2.1.71-7_i386.deb
octave2.1-htmldoc_2.1.71-7_all.deb
  to pool/main/o/octave2.1/octave2.1-htmldoc_2.1.71-7_all.deb
octave2.1-info_2.1.71-7_all.deb
  to pool/main/o/octave2.1/octave2.1-info_2.1.71-7_all.deb
octave2.1_2.1.71-7.diff.gz
  to pool/main/o/octave2.1/octave2.1_2.1.71-7.diff.gz
octave2.1_2.1.71-7.dsc
  to pool/main/o/octave2.1/octave2.1_2.1.71-7.dsc
octave2.1_2.1.71-7_i386.deb
  to pool/main/o/octave2.1/octave2.1_2.1.71-7_i386.deb
octave_2.1.71-7_i386.deb
  to pool/main/o/octave2.1/octave_2.1.71-7_i386.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 324471 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org> (supplier of updated octave2.1 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 ftpmaster at debian.org)


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

Format: 1.7
Date: Thu,  3 Nov 2005 10:19:22 +0100
Source: octave2.1
Binary: octave2.1-htmldoc octave octave2.1-info octave2.1-emacsen octave2.1 octave2.1-headers octave2.1-doc
Architecture: source i386 all
Version: 2.1.71-7
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
Changed-By: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
Description: 
 octave     - GNU Octave language for numerical computations (2.1 branch)
 octave2.1  - GNU Octave language for numerical computations (2.1 branch)
 octave2.1-doc - PDF documentation on the GNU Octave language (2.1 branch)
 octave2.1-emacsen - Emacs support for the GNU Octave language (2.1 branch)
 octave2.1-headers - header files for the GNU Octave language (2.1 branch)
 octave2.1-htmldoc - HTML documentation on the GNU Octave language (2.1 branch)
 octave2.1-info - GNU Info documentation on the GNU Octave language (2.1 branch)
Closes: 324471
Changes: 
 octave2.1 (2.1.71-7) unstable; urgency=low
 .
    +++ Changes by Rafael Laboissiere
 .
   * debian/patches/50_no-check-nested-functions-2.1.dpatch: Added patch
     applied to the upstream CVS sources to avoid detrimental effects of
     cd() commands in ~/.octavrc when running octave-inferior-mode in
     (X)Emacs (closes: #324471).
Files: 
 44cb9903b4c6b505f9ca10cff05ed2b7 1018 math optional octave2.1_2.1.71-7.dsc
 c588980e3d20402d3bda84ec9097836f 36652 math optional octave2.1_2.1.71-7.diff.gz
 d6ded0e50817d35f20c493c5dbdfe8d9 5274002 math optional octave2.1_2.1.71-7_i386.deb
 990faf5fe06a2b09c94fd6a4a09b1102 265698 math optional octave2.1-headers_2.1.71-7_i386.deb
 43f1e625bd9f8e862602383dfab3cbe1 47154 math optional octave_2.1.71-7_i386.deb
 1ec323980b22462c8ec409153191d306 1773966 doc optional octave2.1-doc_2.1.71-7_all.deb
 f0e55e515cd6988ad460c9dc7aad1dd9 383804 math optional octave2.1-htmldoc_2.1.71-7_all.deb
 41861d8a16d1bdf81f230aebdf878d96 69834 math optional octave2.1-emacsen_2.1.71-7_all.deb
 494566c76cf2edba407c2b552b496228 303402 math optional octave2.1-info_2.1.71-7_all.deb

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

iD8DBQFDaeIKk3oga0pdcv4RAnxPAJ9mj9TR3JCpC88jOFYMA3TfsMio5gCfeeIO
MDvCLDVw5H62LB93R75qrIQ=
=rOR4
-----END PGP SIGNATURE-----




More information about the Pkg-octave-devel mailing list