Path to this page:
./
misc/elscreen,
Window manager within Emacs
Branch: CURRENT,
Version: 1.4.6nb3,
Package name: elscreen-1.4.6nb3,
Maintainer: uebayasiElScreen is a window manager in Emacs. It's role is very similar to that
of GNU Screen in terminal emulators. This is useful if you use Emacs Lisp
applications which have multiple windows.
Required to run:[
devel/apel] [
editors/emacs26]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 21.172 KB
Version history: (Expand)
- (2022-05-15) Updated to version: elscreen-1.4.6nb3
- (2017-11-23) Package has been reborn
- (2015-02-13) Updated to version: elscreen-1.4.6nb2
- (2013-02-18) Updated to version: elscreen-1.4.6nb1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2022-05-15 00:25:42 by David A. Holland | Files touched by this commit (90) |
Log message:
Bump all elisp packages for the CONFLICTS change.
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2019-11-03 18:04:28 by Roland Illig | Files touched by this commit (71) |
Log message:
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330) |
Log message:
Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-02-13 15:05:07 by Masatake Daimon | Files touched by this commit (1) |
Log message:
revbump
emacs24 users may have already installed this while it's in fact broken.
|
2015-02-13 15:01:58 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Declare that misc/elscreen does not support Emacs 24 or later
It uses some of obsolete variables/functions, resulting in an error on
Emacs 24 or later like this:
string-to-number: Symbol's value as variable is void: last-command-char
I have recently created wip/elscreen-current for this
reason. Unfortunately it doesn't have a version number nor a release
tarball since it's an unofficial fork of the original ElScreen, even
though it's what MELPA currently provides: http://melpa.org/#/elscreen
|