Yes, it is still a problem in Jaunty.
$ emacs --no-site-file --no-init-file
(setq load-path (cons "/usr/share/emacs22/site-lisp/emacs-goodies-el"
load-path))
(require 'emacs-goodies-el)
(ctypes-read-file nil nil t t)
Error:
Debugger entered--Lisp error: (void-variable c-font-l
Just start up Emacs as shown above, then activate the *scratch* buffer.
Copy'n'paste the elisp code and type M-x eval-buffer
If you want a backtrace, set the debug-on-error variable to t before
evaluating the code.
--
void variable with ctypes.el
https://bugs.launchpad.net/bugs/162954
You recei
A screencast?! Are you kidding me? Maybe you can ask someone how to use
Emacs?
Alternatively, just save the elisp code into a file. Then, run:
$ emacs --no-site-file --no-init-file --batch -l YOURFILE
--
void variable with ctypes.el
https://bugs.launchpad.net/bugs/162954
You received this bug n
I wasn't trying to be sarcastic.
Anyway, what's the point? I already gave the solution in the report
itself.
--
void variable with ctypes.el
https://bugs.launchpad.net/bugs/162954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
Hi.
Sorry for the late reply, but I'm using encfs now.
I tried it on 8.10 with cfsd-1.4.1-20 and it works without problems.
--
does not work on amd64
https://bugs.launchpad.net/bugs/184611
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Yes, you're right. There is a bit more required to trigger this error.
Actually, a ~/.ctypes file is required which is read when calling the
ctypes-read-file function.
Here is a minimal one which triggers the error:
;; This file has been automatically generated by the Emacs package `ctypes'
Public bug reported:
Binary package hint: bsh
Hi.
When trying to create a classBrowser() instance using browseClass("...")
there is an error. But see for yourself:
$ /usr/lib/jvm/java-6-sun/bin/java -classpath
/usr/share/java/bsh.jar:/usr/share/java/jde.jar:/usr/lib/jvm/java-6-sun/lib/tools.jar
Public bug reported:
Binary package hint: jde
Hi.
I'm using emacs22 and JDE from gutsy.
When clicking on the "JDE->Browse->Class at point" menu item, I get this
error in the *Messages* buffer:
Beanshell expression evaluation error.
Expression: exploreClass("java.io.IOException");
Error: //
Public bug reported:
Binary package hint: rhino
Package: rhino
Version: 1.6.R1-0.0ubuntu3
Severity: minor
Hi.
The rhino package does not include a man page (anymore).
But in its postinst script it calls update-alternatives like this:
update-alternatives --install /usr/bin/js js /usr/bin/rhino
Hi.
This is indead something different.
The problem is that in /etc/emacs/site-start.d/53cedet-contrib.el the
directory ".../site-lisp/cedet-common" is added to the load-path,
whereas the cedet-contrib install script compiles the files to "../site-
lisp/cedet-contrib", of course.
In the same vei
Hi,
this has been fixed upstream as of autogen version 5.9.4.
CVS link:
http://autogen.cvs.sourceforge.net/autogen/autogen/autoopts/getopt.tpl?r1=4.7&r2=4.8
Thanks,
Claudio
--
missing includes in getopt.tpl
https://bugs.launchpad.net/bugs/110333
You received this bug notification because you a
Public bug reported:
Binary package hint: cfs
Hi.
Well, the subject says it all. See also http://www.mail-archive.com
/[EMAIL PROTECTED]/msg20270.html
$ cmkdir /tmp/aaa
Key:
Again:
$ cattach /tmp/aaa
$ cd /crypt/aaa
$ echo test >> test
$ ls
ls: reading directory .: Input/output error
$ cat test
Btw, I'm running an up-to-date gutsy with version 1.4.1-18.
--
does not work on amd64
https://bugs.launchpad.net/bugs/184611
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
Hi.
This is not a bug. In order to use the zone-leave-me-alone function you
have to (require 'zone) first.
You should copy the file /etc/happycoders/emacs/.happyemacs file to your
home dir and edit it as needed. The original file is NOT loaded when
there is a .happyemacs file in your home directo
Public bug reported:
Binary package hint: emacs-goodies-el
Hi.
I got this error when calling ctypes-read-file in emacs22:
(void-variable c-font-lock-keywords-2)
This causes startup of happycoders-emacs to fail.
The variable c-font-lock-keywords-2 is defined in cc-fonts.el. Hence,
one has to (
Public bug reported:
Binary package hint: autogen
Hi.
I tried to use the getopt approach with AutoOpts of the autogen package.
Here's the result:
/tmp/autoopt_getopt$ autogen -T getopt.tpl gfile_opts.def
/bin/bash: line 55: guile-config: command not found
After installing guile-1.6-dev the
** Attachment added: "getopt_tpl-missghdr.diff"
http://librarian.launchpad.net/7412034/getopt_tpl-missghdr.diff
--
missing includes in getopt.tpl
https://bugs.launchpad.net/bugs/110333
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubu
Public bug reported:
Binary package hint: autogen
Hi.
I'm just trying to use the getopt method with autoopts.
After running:
$ autogen gfile_opts.def
$ autogen -T getopt.tpl gfile_opts.def
on my options definitions file, a file named getopt-check.c was
generated.
Then, I tried to build this
Public bug reported:
Binary package hint: wx2.6-doc
Package: wx2.6-doc
Version: 2.6.3.2.1.5ubuntu6
Severity: minor
-- System Information:
Debian Release: 4.0
APT prefers feisty-updates
APT policy: (500, 'feisty-updates'), (500, 'feisty-security'), (500, 'feisty')
Architecture: amd64 (x86_64
This problem has been fixed a long time ago (refering to
http://lists.alioth.debian.org/pipermail/pkg-java-
maintainers/2005-March/002838.html) and is included in feisty.
Regards,
Claudio
** Changed in: rhino (Ubuntu)
Status: Unconfirmed => Fix Released
--
rhino: adds non-existent slave
Hi.
There's still a problem with spaces in the mounted/20microsoft script
because of missing quotes.
-- snip
# MS-DOS
elif [ -d "$(item_in_dir dos $2)" ]; then
-- snip
Running "sudo os-prober" with an partition mounted on e.g. /media/foo
bar" results in
ls: cannot access /medi
See also https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/433910
--
grub-mkconfig fails to recognize valid hard drive name
https://bugs.launchpad.net/bugs/453384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mai
If anacron is installed it will take care of the jobs in /etc/cron.daily
and will make sure to run them every day. (see /etc/anacrontab)
anacron will be started by cron at 7:30 if not already running. (see
/etc/cron.d/anacron)
Maybe you have some old config files laying around?
--
crontab assum
Some additional information:
Backtrace:
#0 grub_lvm_memberlist (disk=0x807f008) at
/home/claudio/Build/grub2-1.97~beta4/disk/lvm.c:72
#1 0x080492e1 in probe (path=0x0, device_name=0xb93a
"/dev/mapper/Ubuntu-root") at
/home/claudio/Build/grub2-1.97~beta4/util/grub-probe.c:164
#2 0x080498
I'm on precise, lxdm version 0.4.1-0ubuntu6.
Process hierarchy:
lxdm-binary
-> awesome
->/usr/bin/X -background none :0 vt07 -nolist ...
Here is an strace of the lxdm-binary after login with an awesome window
manager session.
ls -lh /proc/1442/fd
lrwx-- 1 root root 64 Apr 30 15:03 0 -> /de
This still happens for me on oneiric.
The #includedir directive *is* on the last line in /etc/sudoers, but the
settings in the file /etc/sudoers.d/sometest are still overwritten by
the rules /preceding/ it.
sudo -l gives:
Matching Defaults entries for paul on this host:
env_reset
User paul
Public bug reported:
The documentation in /usr/share/doc/libvirt-bin/README.Debian.gz talks
about access control and refers to a group called "libvirt". Apparently,
this group is actually called "libvirtd" on Ubuntu.
Quote:
> Note that *every* user on the system has access to xend then. Better u
Public bug reported:
Binary package hint: mp3blaster
when pressing '?' in mp3blaster it displays the following error message:
Couldn't read mp3blaster helpfile:
/usr/share/doc/mp3blaster/commands.txt
It cannot access the file because it is gzipped and hence has been
renamed to /usr/share/doc/mp
28 matches
Mail list logo