The PortableApps.com Carbide is here! The Safest, Most Secure USB Flash Drive on Earth.
Military-grade hardware-encryption, water/shock/dust/tamper-resistant, 5 years of commercial USB antivirus, 5 year warranty, personalized, and PortableApps.com! 8GB, 16GB and 32GB starting at $89.95! Learn more and buy today!
Also: PA.c Companion (fast, affordable, colorful) | Please donate, so we can update & release new awesome apps!
|
GNU Emacs Portable 23.1 Development Test 4
caglartoklu - May 4, 2010 - 11:43am
Application: Emacs
Category: Development
Description: GNU Emacs is an extensible, customizable text editor and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.
Download Emacs Portable 23.1 Development Test 4 [26.6MB download / 139MB installed]
(MD5: 509e4018378cdd07a9091569219ed892)
Download Emacs Portable 23.2 Development Test 1 [27.3MB download / 146MB installed]
(MD5:4c6e13a3441249e9c782a58b3cc0aeb4)
23.2 Development Test 1 (2010-05-21):
- Updated to GNU Emacs 23.2
- Added EmacsPortable/Other/ApplicationStructure.txt file.
- Removed all extensions(wget, ctags), this is now plain Emacs, just portable.
- Removed the directory "load", use the directory ".emacs.d" instead for your added modes.
- Updated EmacsPortable/Other/Source/Readme.txt file.
- Updated EmacsPortable/Other/Source/EmacsPortable.ini file.
- Updated EmacsPortable/help.html file.
Used PortableApps.com AppCompactorU on Emacs.
23.1 Development Test 4 (2010-04-05):
- The directory "user-load-path" has been simply renamed as "load", to shorten the total character length in path names.
- The directory "load" is moved to .emacs.d directory.
- .emacs.d has been defined in the load path. The .el files in this directory can directly be "required" from _emacs.
- TMP and TEMP environment variables have been defined.
23.1 Development Test 1-2-3: Internal releases
|
Emacs Portable 23.2 Development Test
Emacs Portable 23.2 Development Test 1 released. Find the download link at the top.
The files in EmacsPortable/App/Emacs is just unmodified GNU Emacs, with a single file added: EmacsPortable/App/Emacs/site-lisp/site-start.el.
So, it will obey all your customizations that you can do with GNU Emacs itself.
A Regshot result
Another Regshot result
Freeze bug
Hi everyone, there is a bug into emacs for windows that makes it freezes periodically..
Here is the soluction, put this into the _emacs configuration file:
; try to improve slow performance on windows.
(setq w32-get-true-file-attributes nil)
As mentioned here:
http://stackoverflow.com/questions/2007329/emacs-23-1-50-1-hangs-ramdoml...
Freeze bug
Another nice improvement
(setq recentf-keep '(file-remote-p file-readable-p))
as mentioned here:
http://stackoverflow.com/questions/2068697/emacs-is-slow-opening-recent-...
Another improvement: (setq
Another improvement:
(setq recentf-keep '(file-remote-p file-readable-p))
As mentioned here:
http://stackoverflow.com/questions/2068697/emacs-is-slow-opening-recent-...
Server file not safe?
PortableEmacs on Windows 7: when I invoke emacs from the launcher menu, it comes up with its window split in two and a message in the bottom half that an error occurred while loading my init file .../Data/settings/_emacs:
error: The directory `~/.emacs.d/server' is unsafe
The directory is present. The Windows Properties pane shows it as read-only (also for contained files), but I don't seem to be able to change that through the Properties pane.
Any suggestions?
djc
Server file not safe: fixed
This problem isn't limited to Portable Emacs, but happens with emacs generally under Windows 7.
The simplest solution -- the one that doesn't require modifying any elisp -- is to change ~/.emacs.d/server to be owned by the login identity, not Administrators (or any other identity except the login identity). Do this through Properties -> Advanced and so on.
djc