Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532884 - =app-emacs/multi-term-1.2: new package
Summary: =app-emacs/multi-term-1.2: new package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2014-12-17 20:06 UTC by Michael Orlitzky
Modified: 2015-01-10 19:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
multi-term-1.2.ebuild (multi-term-1.2.ebuild,416 bytes, text/plain)
2014-12-17 20:06 UTC, Michael Orlitzky
Details
multi-term-1.2.ebuild (multi-term-1.2.ebuild,452 bytes, text/plain)
2015-01-10 16:50 UTC, Michael Orlitzky
Details
50multi-term-gentoo.el (50multi-term-gentoo.el,202 bytes, text/plain)
2015-01-10 16:51 UTC, Michael Orlitzky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2014-12-17 20:06:47 UTC
Created attachment 391886 [details]
multi-term-1.2.ebuild

I find this useful, but the emacs team may want it. IMO the most important feature is that your terminal buffer goes away when you type "exit" =)

If not, I can maintain it.
Comment 1 Ulrich Müller gentoo-dev 2014-12-18 09:03:41 UTC
We need a site-init file too. Would the following be enough, or do we need more autoloads (like "multi-term-dedicated-open")?

(add-to-list 'load-path "@SITELISP@")
(autoload 'multi-term "multi-term"
  "Create new term buffer.
Will prompt you shell name when you type `C-u' before this command." t)
Comment 2 Michael Orlitzky gentoo-dev 2014-12-18 14:22:54 UTC
Oh, nice, I didn't realize that the autoload gave you tab-completion for the trigger command.

The only way I start multi-term is with M-x multi-term, but reading the docs, it looks like multi-term-dedicated-open is legitimate as well.

Note: the homepage seems to have disappeared from the Wiki, but the URL is correct: I think someone deleted it.
Comment 3 Michael Orlitzky gentoo-dev 2015-01-10 16:50:56 UTC
Created attachment 393626 [details]
multi-term-1.2.ebuild
Comment 4 Michael Orlitzky gentoo-dev 2015-01-10 16:51:39 UTC
Created attachment 393628 [details]
50multi-term-gentoo.el

This site file seems to work. I updated the URLs in the ebuild for emacswiki's new host.
Comment 5 Ulrich Müller gentoo-dev 2015-01-10 19:45:08 UTC
Thanks.

*multi-term-1.2 (10 Jan 2015)

  10 Jan 2015; Ulrich Müller <ulm@gentoo.org> +multi-term-1.2.ebuild,
  +files/50multi-term-gentoo.el, +metadata.xml:
  Initial import, bug 532884. Ebuild contributed by Michael Orlitzky
  <mjo@gentoo.org>.