[Bug 162954] Re: void variable with ctypes.el

2009-06-29 Thread caludo
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

[Bug 162954] Re: void variable with ctypes.el

2009-06-29 Thread caludo
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

[Bug 162954] Re: void variable with ctypes.el

2009-06-30 Thread caludo
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

[Bug 162954] Re: void variable with ctypes.el

2009-07-02 Thread caludo
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

[Bug 184611] Re: does not work on amd64

2008-12-13 Thread caludo
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.

[Bug 162954] Re: void variable with ctypes.el

2009-07-09 Thread caludo
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'

[Bug 155363] cannot start classBrowser() from Interpreter

2007-10-21 Thread caludo
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

[Bug 155374] missing bsh-commands

2007-10-21 Thread caludo
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: //

[Bug 105793] rhino: adds non-existent slave link to alternatives

2007-04-12 Thread caludo
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

[Bug 144892] Re: jde 2.3.5.1-2 fails to install

2007-11-14 Thread caludo
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

[Bug 110333] Re: missing includes in getopt.tpl

2008-02-08 Thread caludo
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

[Bug 184611] does not work on amd64

2008-01-20 Thread caludo
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

[Bug 184611] Re: does not work on amd64

2008-01-20 Thread caludo
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

[Bug 114334] Re: happycoders emacs fails to load 50happycoders-emacs file when ~/.happyemacs configuration file is present

2007-11-15 Thread caludo
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

[Bug 162954] void variable with ctypes.el

2007-11-15 Thread caludo
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 (

[Bug 110314] autogen getopt.tpl depends on guile-config

2007-04-26 Thread caludo
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

[Bug 110333] Re: missing includes in getopt.tpl

2007-04-26 Thread caludo
** 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

[Bug 110333] missing includes in getopt.tpl

2007-04-26 Thread caludo
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

[Bug 110335] index.html is a dangling symlink

2007-04-26 Thread caludo
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

[Bug 105793] Re: rhino: adds non-existent slave link to alternatives

2007-04-26 Thread caludo
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

[Bug 433910] Re: Fails when mount point has a space

2010-02-19 Thread caludo
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

[Bug 453384] Re: grub-mkconfig fails to recognize valid hard drive name

2010-02-25 Thread caludo
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

[Bug 480012] Re: crontab assumes a daily computer poweroff when anacron is installed

2010-05-21 Thread caludo
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

[Bug 444829] Re: grub-probe crashed with SIGSEGV in __libc_start_main()

2009-10-18 Thread caludo
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

[Bug 892683] Re: lxdm-binary load 100% cpu

2012-04-30 Thread caludo
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

[Bug 580801] Re: Default /etc/sudoers file overwrites /etc/sudoers.d for 'admin' users

2011-12-21 Thread caludo
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

[Bug 1095140] [NEW] documentation flaw "libvirt", rather than "libvirtd" group

2013-01-01 Thread caludo
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

[Bug 603611] [NEW] Couldn't read mp3blaster helpfile

2010-07-09 Thread caludo
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