Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 73172
Alias:
Product:
Component:
Status: RESOLVED
Resolution: TEST-REQUEST
Assigned To: Matthew Kennedy (RETIRED) <mkennedy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Anders Höckersten <chucky@dtek.chalmers.se>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
haskell-mode-2.0.ebuild the ebuild text/plain Anders Höckersten 2004-12-02 14:42 0000 729 bytes Details
haskell-mode-2.0.ebuild My haskell-mode-2.0.ebuild text/plain Mark Gilbert 2005-04-10 02:33 0000 621 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73172 depends on: Show dependency tree
Bug 73172 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-02 14:41 0000
Attached is an ebuild for haskell-mode-2.0. It is based on the ebuild for
haskell-mode-1.44-r1. It has been tested with emacs-21.3-r5 on amd64.

Reproducible: Always
Steps to Reproduce:
none

------- Comment #1 From Anders Höckersten 2004-12-02 14:42:38 0000 -------
Created an attachment (id=45174) [details]
the ebuild

------- Comment #2 From andrea 2005-03-15 10:54:46 0000 -------
Testing on ~x86 and emacs 21.4, it works but I don't understand why it doesn't
add haskell-mode hooks in site-gentoo.el as the previous script (that's nearly
the same) does...
Any ideas?
You can copy this to get it automatically loaded:

(setq load-path (cons "/usr/share/emacs/site-lisp/haskell-mode" load-path))
(setq auto-mode-alist
      (append auto-mode-alist
              '(("\\.[hg]s$"  . haskell-mode)
                ("\\.hi$"     . haskell-mode)
                ("\\.l[hg]s$" . literate-haskell-mode))))
(autoload 'haskell-mode "haskell-mode"
  "Major mode for editing Haskell scripts." t)
(autoload 'literate-haskell-mode "haskell-mode"
  "Major mode for editing literate Haskell scripts." t)

in your .emacs

------- Comment #3 From Mark Gilbert 2005-04-10 02:33:14 0000 -------
Created an attachment (id=55841) [details]
My haskell-mode-2.0.ebuild

This differs slightly from the other one, gives me no trouble, and the einfo
about site-gentoo and autoinitialization explains clearly that to have
site-gentoo.el (which was hooked into perfectly by this ebuild, based on 1.45 -
haven't tested the other one) loaded for all users automatically, I must add a
line to site-start.el as described, and this too worked perfectly.

Do you still experience problems?

------- Comment #4 From Duncan Coutts (RETIRED) 2005-05-23 12:56:24 0000 -------
*** Bug 93727 has been marked as a duplicate of this bug. ***

------- Comment #5 From Andres Loeh (RETIRED) 2005-08-09 09:07:35 0000 -------
The ebuild from #3 (which, afaics, is just the current 1.45 ebuild with
HOMEPAGE and SRC_URI changed) seems to work fine. Is there anything that keeps
this update from going into the tree?

Cheers,
  ks

------- Comment #6 From Matthew Kennedy (RETIRED) 2005-08-18 20:14:29 0000 -------
Added to portage.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug