[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#95452: marked as done (idl-font-lock.el should be separated from flick-dev)



Your message dated Fri, 04 Oct 2002 08:02:16 -0400
with message-id <E17xR9s-0002gT-00@auric.debian.org>
and subject line Bug#95452: fixed in flick 2.1-2
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; 27 Apr 2001 11:30:08 +0000
>From knorke!debacle@hirsch.in-berlin.de Fri Apr 27 06:30:07 2001
Return-path: <knorke!debacle@hirsch.in-berlin.de>
Received: from gnu.in-berlin.de [192.109.42.4] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14t6Rp-0005P2-00; Fri, 27 Apr 2001 06:30:07 -0500
Received: from hirsch.in-berlin.de (root@hirsch.colt.in-berlin.de [213.61.118.6])
	by gnu.in-berlin.de (8.10.1/8.10.1) with ESMTP id f3RBU2I18721
	for <submit@bugs.debian.org>; Fri, 27 Apr 2001 13:30:02 +0200 (CEST)
	(envelope-from knorke!debacle@hirsch.in-berlin.de)
Received: from knorke.UUCP (uucp@localhost)
	by hirsch.in-berlin.de (8.11.1/8.11.1/Debian 8.11.0-6) with UUCP id f3RBU2p26196
	for bugs.debian.org!submit; Fri, 27 Apr 2001 13:30:02 +0200
X-Envelope-From: knorke!debacle
X-Envelope-To: bugs.debian.org!submit
Received: by knorke.in-berlin.de
	via sendmail from stdin
	id <m14t6QC-000RDFC@knorke.in-berlin.de> (Debian Smail3.2.0.102)
	for submit@bugs.debian.org; Fri, 27 Apr 2001 13:28:24 +0200 (CEST) 
From: debacle@knorke.in-berlin.de (W. Borgert)
Date: Fri, 27 Apr 2001 11:28:23 +0000
To: submit@bugs.debian.org
Subject: idl-font-lock.el should be separated from flick-dev
Message-ID: <20010427112823.B21072@knorke.in-berlin.de>
Reply-To: debacle@debian.org
References: <20001129002555.A16635@knorke.in-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20001129002555.A16635@knorke.in-berlin.de>; from debacle on Wed, Nov 29, 2000 at 12:25:55AM +0000
X-No-Archive: yes
Delivered-To: submit@bugs.debian.org

Package: flick-dev
Version: 2.1-1
Severity: wishlist

Users of orbit, omniorb, mico, ... like colourful IDLs, too!

Also, it would be nice to support emacs21 and xemacs21 and
to have font-locking by default.  Therefore I suggest to use
this emacs install script (works fine for me):

#!/bin/sh -e

# Written by Jim Van Zandt <jrv@vanzandt.mv.com>, borrowing heavily
# from the install scripts for gettext by Santiago Vila
# <sanvila@ctv.es> and octave by Dirk Eddelbuettel <edd@debian.org>.

FLAVOUR=$1
PACKAGE=`basename $0` # or idl-font-lock-el or whatever

if [ ${FLAVOUR} = emacs ]; then exit 0; fi

echo install/${PACKAGE}: Handling install for emacsen flavour ${FLAVOUR}

FLAVOURTEST=`echo $FLAVOUR | cut -c-6`
if [ ${FLAVOURTEST} = xemacs ] ; then
    SITEFLAG="-no-site-file"
else
    SITEFLAG="--no-site-file"
fi
FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"

ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
ELCDIR=/usr/share/${FLAVOUR}/site-lisp/${PACKAGE}

install -m 755 -d ${ELCDIR}
cd ${ELDIR}
FILES=`echo *.el`
cp ${FILES} ${ELCDIR}
cd ${ELCDIR}

cat << EOF > path.el
(setq load-path (cons "." load-path) byte-compile-warnings nil)
EOF
${FLAVOUR} ${FLAGS} ${FILES}
rm -f *.el path.el

exit 0

And please add an emacs startup script with sth. like:

(add-hook 'idl-mode-hook
          '(lambda () (require 'idl-font-lock)))

I'm not an Emacs guru, but I think it's better than just
(require 'idl-font-lock), because the font-lock-stuff is
only loaded, when needed.

Cheers,
-- 
W. Borgert <debacle@debian.org>

---------------------------------------
Received: (at 95452-close) by bugs.debian.org; 4 Oct 2002 12:09:22 +0000
>From katie@auric.debian.org Fri Oct 04 07:09:22 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17xRGj-00040Z-00; Fri, 04 Oct 2002 07:09:21 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 17xR9s-0002gT-00; Fri, 04 Oct 2002 08:02:16 -0400
From: Matej Vela <vela@debian.org>
To: 95452-close@bugs.debian.org
X-Katie: $Revision: 1.26 $
Subject: Bug#95452: fixed in flick 2.1-2
Message-Id: <E17xR9s-0002gT-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 04 Oct 2002 08:02:16 -0400
Delivered-To: 95452-close@bugs.debian.org

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

flick-dev_2.1-2_i386.deb
  to pool/main/f/flick/flick-dev_2.1-2_i386.deb
flick-doc_2.1-2_all.deb
  to pool/main/f/flick/flick-doc_2.1-2_all.deb
flick_2.1-2.diff.gz
  to pool/main/f/flick/flick_2.1-2.diff.gz
flick_2.1-2.dsc
  to pool/main/f/flick/flick_2.1-2.dsc
flick_2.1-2_i386.deb
  to pool/main/f/flick/flick_2.1-2_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 95452@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated flick 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@debian.org)


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

Format: 1.7
Date: Fri,  4 Oct 2002 13:20:17 +0200
Source: flick
Binary: flick-dev flick flick-doc
Architecture: source i386 all
Version: 2.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 flick      - Flexible IDL Compiler Kit
 flick-dev  - Flexible IDL Compiler Kit Development
 flick-doc  - Flexible IDL Compiler Kit Documentation
Closes: 95452 157207 159171
Changes: 
 flick (2.1-2) unstable; urgency=low
 .
   * QA upload.
   * idl-font-lock.el has been packaged independently by Roland Mas,
     supporting both emacs21 and xemacs21, and with a proper startup file.
     Make flick-dev depend on it for smooth upgrades (no Conflicts
     necessary).  Closes: #95452, #159171.
   * GNUmakerules.include: Remove duplicates from install(1) arguments to
     satisfy the sanity checks.  Closes: #157207.
   * Switch to debhelper 4.
   * Change section of flick-doc from devel to doc.
   * Add doc-base support.
   * Generate HTML with tex4ht instead of keeping it in the diffs.
   * doc/guts/guts.cfg, doc/usersguide/user.cfg: Newer versions of tex4ht
     expect \IgnoreIndent rather than \NoIndent.
   * Build in a separate obj directory to get rid of `make distclean',
     which leaves cruft and removes PostScript documentation we then have
     to regenerate.
   * Symlink /usr/share/doc/flick-dev to /usr/share/doc/flick.
   * Conforms to Standards version 3.5.7.
Files: 
 b7c064b86b3f38f647c55a9095ef6e62 641 devel optional flick_2.1-2.dsc
 08743eb23b3195bfc13af65062199185 5570 devel optional flick_2.1-2.diff.gz
 b25e82863f8b2647e08aff62b517d2f5 1641266 devel optional flick_2.1-2_i386.deb
 b45394c43d13547574c9ff30b38e0292 70842 devel optional flick-dev_2.1-2_i386.deb
 1207fadcc4cebd710f07c80e3c322f65 616040 doc optional flick-doc_2.1-2_all.deb

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

iD8DBQE9nXvExBYivKllgY8RAkLvAJ9T2r7WhiuPzdgeO0Y7C/TFxwCkhgCg1wBm
TGpP8QXzi7MxWmyrh6BwX2U=
=mpAD
-----END PGP SIGNATURE-----



Reply to: