* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
[not found] <mailman.2147.1108415499.2841.help-gnu-emacs@gnu.org>
@ 2005-02-14 21:30 ` David Kastrup
2005-02-14 21:45 ` Leonardo Boiko
[not found] ` <mailman.2152.1108418487.2841.help-gnu-emacs@gnu.org>
2005-02-14 22:27 ` David Hansen
` (2 subsequent siblings)
3 siblings, 2 replies; 12+ messages in thread
From: David Kastrup @ 2005-02-14 21:30 UTC (permalink / raw)
Leonardo Boiko <leoboiko@conectiva.com.br> writes:
> Hi. I'm happy with GNU Emacs, it does internationalization affairs
> just fine. However, I want to edit texts in my old laptop, with
> only 24MiB of RAM, and Emacs is unusable. Even being the only
> application running, and even with all minor modes disabled, it
> still swaps like crazy.
>
> Thus I'm looking for a small-footprint Emacs clone. My requirements
> are:
>
> - Unicode and UTF-8 support, including CJK and Latin characters.
> - As similar to Emacs as possible, with the same main keybindings.
> - Either it's possible to run it in a Unicode terminal emulator
> (rxvt-unicode), or it's a X app accepting XIM input methods.
> - Doesn't need its own input method system (I can use scim or uim).
> - Doesn't need to have fancy programming modes.
>
> I tried vimacs (breaks on utf), jed (couldn't setup utf), mined (too
> weird), and e3 (cursor positioning code breaks on wide characters).
> Another option would be optimizing Emacs for low memory consumption, if
> that's possible. Suggestions?
Emacs is not really that terrible concerning memory consumptions. I
suspect your window system to be involved with your problems here.
You should aim for a lean window manager like icewm and see whether
this allows you to run a straightforward Emacs.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
2005-02-14 21:30 ` [Slightly OT] Small GNU Emacs lookalike, UTF-8-able David Kastrup
@ 2005-02-14 21:45 ` Leonardo Boiko
2005-02-15 4:43 ` Eli Zaretskii
[not found] ` <mailman.2152.1108418487.2841.help-gnu-emacs@gnu.org>
1 sibling, 1 reply; 12+ messages in thread
From: Leonardo Boiko @ 2005-02-14 21:45 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 789 bytes --]
David Kastrup wrote:
> Emacs is not really that terrible concerning memory consumptions. I
> suspect your window system to be involved with your problems here.
> You should aim for a lean window manager like icewm and see whether
> this allows you to run a straightforward Emacs.
I was running ratpoison, the One True WM, which is very small. Just for
the record I also tried simply Emacs, without a WM. Not good.
I'm running Emacs CVS for better Unicode support. Other possible causes
of memory consumption are the use of Japanese fonts, old X 3 (it's the
only one that runs with my video card), a hardware problem, and some
weird behavior of NetBSD. I suspect Emacs (blasphemy!).
Is someone else running CVS GNU Emacs in a system with 24MiB or less of
RAM?
--
Leonardo Boiko
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
2005-02-14 21:45 ` Leonardo Boiko
@ 2005-02-15 4:43 ` Eli Zaretskii
2005-03-04 20:52 ` Leonardo Boiko
0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2005-02-15 4:43 UTC (permalink / raw)
> Date: Mon, 14 Feb 2005 17:45:05 -0400
> From: Leonardo Boiko <leoboiko@conectiva.com.br>
>
> I'm running Emacs CVS for better Unicode support. Other possible causes
> of memory consumption are the use of Japanese fonts, old X 3 (it's the
> only one that runs with my video card), a hardware problem, and some
> weird behavior of NetBSD. I suspect Emacs (blasphemy!).
>
> Is someone else running CVS GNU Emacs in a system with 24MiB or less of
> RAM?
Could we perhaps move from suspicion and guesses to some quantitative
analysis? Like, for example, what is the memory footprint of Emacs
on your machine when it starts paging?
I used to run Emacs on a 16-MB machine (no longer have that now), and
I don't recollect anything similar to the disaster you describe.
^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <mailman.2152.1108418487.2841.help-gnu-emacs@gnu.org>]
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
[not found] <mailman.2147.1108415499.2841.help-gnu-emacs@gnu.org>
2005-02-14 21:30 ` [Slightly OT] Small GNU Emacs lookalike, UTF-8-able David Kastrup
@ 2005-02-14 22:27 ` David Hansen
2005-02-14 22:56 ` David Hansen
2005-02-15 0:05 ` Oliver Scholz
2005-02-15 14:04 ` Stefan Monnier
3 siblings, 1 reply; 12+ messages in thread
From: David Hansen @ 2005-02-14 22:27 UTC (permalink / raw)
On Mon, 14 Feb 2005 16:56:27 -0400 Leonardo Boiko wrote:
> Thus I'm looking for a small-footprint Emacs clone.
There's a dietlibc statically linked emacs (AFAIK linux only):
http://wftp.tu-chemnitz.de/pub/linux/dietlinux/42/emacs-21.3
Some link (couldn't find it now...) point's to a xemacs binary
too. But I never used one of them (apart from starting emacs
once).
I'm using qemacs for quick editing task. It claims to support
Unicode but it only supports HTML and C "font-locking" and
indentation.
David
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
[not found] <mailman.2147.1108415499.2841.help-gnu-emacs@gnu.org>
2005-02-14 21:30 ` [Slightly OT] Small GNU Emacs lookalike, UTF-8-able David Kastrup
2005-02-14 22:27 ` David Hansen
@ 2005-02-15 0:05 ` Oliver Scholz
2005-02-15 22:13 ` Peter Dyballa
[not found] ` <mailman.66.1108506489.32256.help-gnu-emacs@gnu.org>
2005-02-15 14:04 ` Stefan Monnier
3 siblings, 2 replies; 12+ messages in thread
From: Oliver Scholz @ 2005-02-15 0:05 UTC (permalink / raw)
Leonardo Boiko <leoboiko@conectiva.com.br> writes:
> Hi. I'm happy with GNU Emacs, it does internationalization affairs just
> fine. However, I want to edit texts in my old laptop, with only 24MiB
> of RAM, and Emacs is unusable. Even being the only application running,
> and even with all minor modes disabled, it still swaps like crazy.
>
> Thus I'm looking for a small-footprint Emacs clone. My requirements are:
>
> - Unicode and UTF-8 support, including CJK and Latin characters.
> - As similar to Emacs as possible, with the same main keybindings.
> - Either it's possible to run it in a Unicode terminal emulator
> (rxvt-unicode), or it's a X app accepting XIM input methods.
> - Doesn't need its own input method system (I can use scim or uim).
> - Doesn't need to have fancy programming modes.
You could have a look at qemacs.
http://fabrice.bellard.free.fr/qemacs/
I have never tried it though, but it seems that it could be what you
want. (Ouch! I really hope that those boxes in the screenshots are
made with UCS characters.)
Is it impossible to use CJK characters on a tty (i.e. without X)?
Oliver
--
27 Pluviôse an 213 de la Révolution
Liberté, Egalité, Fraternité!
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
2005-02-15 0:05 ` Oliver Scholz
@ 2005-02-15 22:13 ` Peter Dyballa
[not found] ` <mailman.66.1108506489.32256.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 12+ messages in thread
From: Peter Dyballa @ 2005-02-15 22:13 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 15.02.2005 um 01:05 schrieb Oliver Scholz:
> Is it impossible to use CJK characters on a tty (i.e. without X)?
Yes, modern xterm and Apple's Terminal.app do so.
--
Greetings
Pete
There's no place like ~
(UNIX Guru)
^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <mailman.66.1108506489.32256.help-gnu-emacs@gnu.org>]
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
[not found] ` <mailman.66.1108506489.32256.help-gnu-emacs@gnu.org>
@ 2005-02-16 0:01 ` Oliver Scholz
0 siblings, 0 replies; 12+ messages in thread
From: Oliver Scholz @ 2005-02-16 0:01 UTC (permalink / raw)
Peter Dyballa <Peter_Dyballa@Web.DE> writes:
> Am 15.02.2005 um 01:05 schrieb Oliver Scholz:
>
>> Is it impossible to use CJK characters on a tty (i.e. without X)?
>
> Yes, modern xterm and Apple's Terminal.app do so.
[...]
I am aware of that, I rather meant terminals without X (or another
GUI), i.e. tty like in "linux tty". I asked this because if the OP
does not have much memory, it might be a good idea to get rid of X at
all, if possible. I once had Emacs 20 on a i486 Laptop with 8 MB Ram
and it was fine on the console, but X and Emacs (and Emacs/W3, now
that I mention it ...) was a bit too much to feel comfortable.
Oliver
--
28 Pluviôse an 213 de la Révolution
Liberté, Egalité, Fraternité!
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
[not found] <mailman.2147.1108415499.2841.help-gnu-emacs@gnu.org>
` (2 preceding siblings ...)
2005-02-15 0:05 ` Oliver Scholz
@ 2005-02-15 14:04 ` Stefan Monnier
3 siblings, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2005-02-15 14:04 UTC (permalink / raw)
> Hi. I'm happy with GNU Emacs, it does internationalization affairs just
> fine. However, I want to edit texts in my old laptop, with only 24MiB
> of RAM, and Emacs is unusable. Even being the only application running,
> and even with all minor modes disabled, it still swaps like crazy.
What's the process's size?
Which minor modes did you turn off?
What are the sizes of the files you're editing?
Are you running it under X11 or in a terminal emulator?
Stefan
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Slightly OT] Small GNU Emacs lookalike, UTF-8-able
@ 2005-02-14 20:56 Leonardo Boiko
0 siblings, 0 replies; 12+ messages in thread
From: Leonardo Boiko @ 2005-02-14 20:56 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 995 bytes --]
Hi. I'm happy with GNU Emacs, it does internationalization affairs just
fine. However, I want to edit texts in my old laptop, with only 24MiB
of RAM, and Emacs is unusable. Even being the only application running,
and even with all minor modes disabled, it still swaps like crazy.
Thus I'm looking for a small-footprint Emacs clone. My requirements are:
- Unicode and UTF-8 support, including CJK and Latin characters.
- As similar to Emacs as possible, with the same main keybindings.
- Either it's possible to run it in a Unicode terminal emulator
(rxvt-unicode), or it's a X app accepting XIM input methods.
- Doesn't need its own input method system (I can use scim or uim).
- Doesn't need to have fancy programming modes.
I tried vimacs (breaks on utf), jed (couldn't setup utf), mined (too
weird), and e3 (cursor positioning code breaks on wide characters).
Another option would be optimizing Emacs for low memory consumption, if
that's possible. Suggestions?
--
Leonardo Boiko
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2005-03-04 20:52 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.2147.1108415499.2841.help-gnu-emacs@gnu.org>
2005-02-14 21:30 ` [Slightly OT] Small GNU Emacs lookalike, UTF-8-able David Kastrup
2005-02-14 21:45 ` Leonardo Boiko
2005-02-15 4:43 ` Eli Zaretskii
2005-03-04 20:52 ` Leonardo Boiko
[not found] ` <mailman.2152.1108418487.2841.help-gnu-emacs@gnu.org>
2005-02-14 23:43 ` Thien-Thi Nguyen
2005-02-14 22:27 ` David Hansen
2005-02-14 22:56 ` David Hansen
2005-02-15 0:05 ` Oliver Scholz
2005-02-15 22:13 ` Peter Dyballa
[not found] ` <mailman.66.1108506489.32256.help-gnu-emacs@gnu.org>
2005-02-16 0:01 ` Oliver Scholz
2005-02-15 14:04 ` Stefan Monnier
2005-02-14 20:56 Leonardo Boiko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.