all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer)
To: myglc2 <myglc2@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Graphical Installer - Call for Testing.
Date: Sun, 08 Jan 2017 19:47:56 +0100	[thread overview]
Message-ID: <8737gt5qxv.fsf@gmail.com> (raw)
In-Reply-To: <86vatrhatc.fsf@gmail.com> (myglc2@gmail.com's message of "Fri, 06 Jan 2017 21:18:39 -0500")

myglc2 <myglc2@gmail.com> writes:

> On 01/06/2017 at 21:50 John Darrington writes:
>
>>      3) install emacs?
>>
>> I would be reluctant to do that by default:
>>
>> Firstly it's a slippery slope.  The next person will say "No! install vi! or nano, or ....".
>>
>> Secondly, I think the intended way for Guix to be configured is to have 
>> the system profile relatively sparse.  Editors belong in the user
>> profiles.
>
> I have tried it both ways.  In practice the root user will want an
> editor to edit the config. So it seems illogical to me not to include an
> editor. The problem is that the editor will depend on the politics of
> the system admin ;=)
>
> In my case I want emacs, so I put emacs in my system configs.

There's a tiny emacs-like editor called mg.  In terms of size/features,
mg is to Emacs what vi is to Vim.

If you ask me, every headless server or similar system should come with
vi, mg, and nano; together they cover all bases and are all tiny so
installing them by default doesn't hurt.

Emacs, Vim, or another big editor can be installed at discretion of the
user.

The package 'nvi' provides classic vi under Guix.  Nano and mg are their
own packages.  Here's their closure sizes:

taylan@T420:~$ guix size mg
store item                                                       total    self
/gnu/store/kxdvx4ks927537z4ndzca39q0bal81rj-mg-20050429             66.9     0.2   0.2%
/gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0             66.7     5.7   8.6%
/gnu/store/cdi08kw7r6r684w8mk0xq0dkgpjhfpmd-gcc-4.9.4-lib           61.0    22.7  34.0%
/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24              38.3    36.8  55.1%
/gnu/store/rvgmixpmsq5lqr9qflhkm70kg7a4rys2-bash-static-4.4.0        1.4     1.4   2.1%
total: 66.9 MiB
taylan@T420:~$ guix size nvi
store item                                                       total    self
/gnu/store/bls7waxw1yfxgqzwbwa88r065hi45pvj-nvi-1.81.6              85.5     1.6   1.8%
/gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0             66.7     5.7   6.7%
/gnu/store/1pmfxq5amb2rngj1i6c6gi93sy0yrngx-bdb-6.2.23              65.8     4.8   5.6%
/gnu/store/cdi08kw7r6r684w8mk0xq0dkgpjhfpmd-gcc-4.9.4-lib           61.0    22.7  26.6%
/gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0              50.7     5.4   6.4%
/gnu/store/bm0gfw4jkw8gd0vpnnzrb6z0xncrbx3p-readline-7.0            45.3     1.3   1.5%
/gnu/store/hdrli1v7q3107w842s7di8rid82xlfvl-ncurses-6.0             44.0     5.7   6.7%
/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24              38.3    36.8  43.1%
/gnu/store/rvgmixpmsq5lqr9qflhkm70kg7a4rys2-bash-static-4.4.0        1.4     1.4   1.7%
total: 85.5 MiB
taylan@T420:~$ guix size nano
store item                                                       total    self
/gnu/store/q76f7ncp6yvmpj2yfqy336iqbqajk9z0-nano-2.7.2              72.7     1.7   2.4%
/gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0             66.7     5.7   7.9%
/gnu/store/06icf5h4z83mw5g17a58fy26z14dsj9z-file-5.28               65.3     4.3   5.9%
/gnu/store/cdi08kw7r6r684w8mk0xq0dkgpjhfpmd-gcc-4.9.4-lib           61.0    22.7  31.3%
/gnu/store/iwgi9001dmmihrjg4rqhd6pa6788prjw-glibc-2.24              38.3    36.8  50.6%
/gnu/store/rvgmixpmsq5lqr9qflhkm70kg7a4rys2-bash-static-4.4.0        1.4     1.4   2.0%
total: 72.7 MiB
taylan@T420:~$

As you see, they don't depend on many (if any) libraries that aren't
very likely to be installed as dependencies of something else anyway,
and their own size adds up to a mere 3.5 MB.

Taylan

  parent reply	other threads:[~2017-01-08 18:46 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-04  7:59 Graphical Installer - Call for Testing John Darrington
2017-01-04 13:18 ` Thomas Danckaert
2017-01-04 18:44   ` John Darrington
2017-01-04 15:54 ` dian_cecht
2017-01-04 16:36   ` Ricardo Wurmus
2017-01-04 18:52   ` John Darrington
2017-01-06  3:23 ` Thompson, David
2017-01-07 16:02   ` Christopher Allan Webber
2017-01-06 20:53 ` myglc2
2017-01-06 21:50   ` John Darrington
2017-01-07  2:18     ` myglc2
2017-01-07  4:55       ` myglc2
2017-01-07 20:35         ` Alex Kost
2017-01-07  8:05       ` John Darrington
2017-01-08 18:47       ` Taylan Ulrich Bayırlı/Kammer [this message]
2017-01-08 19:28         ` John Darrington
2017-01-08 22:34 ` Ludovic Courtès
2017-01-09 12:31   ` John Darrington
2017-01-10  8:39     ` Ludovic Courtès
2017-01-10 11:57       ` John Darrington
2017-01-13  5:40 ` Chris Marusich
2017-01-13  6:35   ` John Darrington
2017-01-13  7:03     ` Chris Marusich
2017-01-14 13:24       ` David Craven
2017-01-22 14:41         ` John Darrington
2017-01-15  4:06     ` Chris Marusich
2017-01-15  6:55       ` John Darrington
2017-01-15  9:20         ` Chris Marusich
2017-01-15 11:56           ` John Darrington
2017-01-16  9:34             ` Ludovic Courtès
2017-01-16 12:35               ` John Darrington
2017-01-16 17:18           ` John Darrington
2017-01-18  9:36             ` Chris Marusich
2017-07-05 17:27       ` Danny Milosavljevic
2017-07-07  4:48         ` Chris Marusich
2017-07-07  6:13           ` Danny Milosavljevic
2017-07-07 11:37             ` Ludovic Courtès
2017-07-12 11:30               ` Danny Milosavljevic
2017-07-12 17:31                 ` Danny Milosavljevic
2017-07-17 13:34                 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737gt5qxv.fsf@gmail.com \
    --to=taylanbayirli@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=myglc2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.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.