happycoders emacs fails to load 50happycoders-emacs file when ~/.happyemacs configuration file is present

Bug #114334 reported by Jordan Kanter
4
Affects Status Importance Assigned to Milestone
happycoders-emacs (Ubuntu)
Won't Fix
Undecided
Unassigned

Bug Description

Binary package hint: happycoders-emacs

running on 7.04. both packages are in main

open emacs from kde-term as follows:

emacs &

create a file ~/.happyemacs with the following inside while emacs is open

; vim: syn=lisp ft=lisp
(zone-leave-me-alone)

exit emacs using "C-c C-c"
then restart emacs from the terminal as follows:

emacs &

emacs should look slightly different and the *Messages buffer should say:

Error while loading 50happycoders-emacs

Revision history for this message
caludo (b-l-e-y) wrote :

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 directory. That's why the function is not (necessarily) available when your emacs.

Alternatively, just add the following to your .emacs file:

;;; -----
(if (fboundp 'zone-leave-me-alone)
  (zone-leave-me-alone))
;;; -----

Regards,
Claudio

Daniel T Chen (crimsun)
Changed in happycoders-emacs:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.