Re: Why Emacs config file disables Welcome message only if this line places to .emacs but not in .emacs.d/init.el

2021-01-04 Thread Alex Kost
znavko--- via (2020-12-29 17:54 +) wrote: [...] > My next step is russian spell check. Need to have some basics of how to deal > with this great instrument! Here is my configuration: 1. I installed "aspell", "aspell-dict-en", and "aspell-dict-ru" packages. 2. I put the following into my ~/

Re: Error system reconfigure with guix-latest

2018-03-04 Thread Alex Kost
Jone (2018-03-04 15:46 +0300) wrote: > Hello! > I'm newbie. After update system (guix pull) I see this error: > > root@guix ~# guix system -n reconfigure /etc/CURRENT.scm > /etc/CURRENT.scm:37:24: error: you need these modules in the initrd > for /dev/sdb2: sata_nv pata_acpi As 宋文武 pointed, you c

Re: Posts in languages other than English on help-guix?

2018-03-08 Thread Alex Kost
Oleg Pykhalov (2018-03-07 12:46 +0300) wrote: > Hello Ludovic and Guix, > > l...@gnu.org (Ludovic Courtès) writes: [...] >> +`(("en" >> + "Subscribe to the Help mailing list to get support from the GuixSD >> +and GNU Guix community via email. You can post messages in English though >>

Re: Modify system behavior after reconfigure

2018-03-20 Thread Alex Kost
Jone (2018-03-20 23:12 +0300) wrote: >> If you want, you can write in one of the other languages that >> developers speak: > > Хорошо, Ludo’, я пишу на своем языке. У меня куча вопросов, но к > сожалению мануалы GNU не являются "быстрорастворимыми". А кроме > мануалов любая другая документация с п

Re: Emacs in multiple profiles

2018-03-22 Thread Alex Kost
Konrad Hinsen (2018-03-22 17:47 +0100) wrote: > Dear Guixers, > > Is anyone aware of a way to have different Emacs configurations > (i.e. different add-on packages) in distinct profiles? > > I tried to set up a new profile with just "emacs" in it, but when I run > that Emacs it load all the Emacs

Re: Emacs in multiple profiles

2018-03-23 Thread Alex Kost
Konrad Hinsen (2018-03-23 08:57 +0100) wrote: > Hi Alex, > > Alex Kost writes: > >>> Since nothing runs before site-start.el, I don't see how I could >>> override this definition. My only choice is to use the -Q option on the >>> Emacs command line to

Re: Emacs in multiple profiles

2018-03-24 Thread Alex Kost
Konrad Hinsen (2018-03-24 13:14 +0100) wrote: > Alex Kost writes: > >> It is completely different: with "-Q", your .emacs file is not loaded at >> all, and with "--no-site-file", only the emacs packages from the guix >> profile are not autoloaded.

Re: Emacs in multiple profiles

2018-03-27 Thread Alex Kost
Konrad Hinsen (2018-03-26 10:24 +0200) wrote: > Alex Kost writes: > >> But what your "current profile" is? How can emacs know about it? It >> "knows" only about the default (system and user) profiles. So if you > > I'd say Emacs knows nothin

Re: Missing pinentry-emacs for gpg-agent?

2018-03-27 Thread Alex Kost
Ludovic Courtès (2018-03-27 11:53 +0200) wrote: > Pierre Neidhardt skribis: > >> Somewhat surprisingly, pinentry-emacs does not seem to be in the repo. >> Is it intentional? I'd love to have it back. > > I didn’t know its existence. :-) > > Please do submit a package! > > https://www.gnu.org/

Re: Missing glibc man pages?

2018-04-18 Thread Alex Kost
Pierre Neidhardt (2018-04-18 12:00 +0530) wrote: > I've installed the `glibc` package in my user profile, but I cannot find > the man pages of `ldd`, `ldconfig`, etc. Is it an oversight? They are placed in 'man-pages' package. -- Alex

Re: pcspkr only loaded after waking up from sleep

2018-04-18 Thread Alex Kost
Pierre Neidhardt (2018-04-18 14:00 +0530) wrote: > Anyways, I'd like to turn it off for good. Is the following the right > way to go? > > (kernel-arguments '("modprobe.blacklist=pcspkr")) Yes, it is. I recall I also needed to blacklist "snd_pcsp" module to get rid of this annoying beep (so I

Re: pcspkr only loaded after waking up from sleep

2018-04-19 Thread Alex Kost
Pierre Neidhardt (2018-04-18 23:54 +0530) wrote: > Alex Kost writes: > >>> (kernel-arguments '("modprobe.blacklist=pcspkr")) >> >> Yes, it is. I recall I also needed to blacklist "snd_pcsp" module to get >> rid of this an

Re: Guix does not understand config.scm

2018-04-23 Thread Alex Kost
Jone (2018-04-23 19:22 +) wrote: > This is my new (and wrong) config: [...] > 56 (sudoers-file (local-file (config-file "/etc/sudoers"))) He-he, I recognize this :-) I guess you took this line from my os config, anyway... > Next I run 'guix system reconfigure new.scm': > >ne

Re: warning: could not locate elisp directory under `/gnu/store/...`

2018-04-24 Thread Alex Kost
Pierre Neidhardt (2018-04-08 22:27 +0530) wrote: Hello, Pierre! > I'm down to write my first Emacs package declaration (attached). > It seems quite straightforward and yet it fails to byte-compile: [...] > What am I missing? Probably nothing. I have just tried your package recipe and *.el files

Re: Font installed in non-default profile doesn't appear.

2018-05-09 Thread Alex Kost
Hello George, George Clemmer (2018-05-08 20:04 -0400) wrote: > In a "headless" vm-image (sysi29.scm, attached), "font-dejavu" installed > by manifest (attached) into the "empty" default profile ... > > 'guix package -m manifest' > > ... appears in the emacs 'M-x menu-set-font' choice box. But it

[ANN] Emacs-Guix 0.4

2018-05-19 Thread Alex Kost
Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.4 has been released. If you are not familiar with it yet, you may start with: ‘guix package -i emacs-guix’ and "M-x guix-about". Summary of the new features: * Interface to display services It is very similar to the interface for pack

Re: [ANN] Emacs-Guix 0.4

2018-05-23 Thread Alex Kost
Ludovic Courtès (2018-05-23 17:30 +0200) wrote: > Hello! > > Maxim Cournoyer skribis: > >> Alex Kost writes: >> >>> Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.4 has been >>> released. If you are not familiar with it yet, you may start

Re: [ANN] Emacs-Guix 0.4

2018-05-24 Thread Alex Kost
Ludovic Courtès (2018-05-24 14:16 +0200) wrote: > Hello! > > Alex Kost skribis: > >> Ludovic Courtès (2018-05-23 17:30 +0200) wrote: > > [...] > >>> I think ‘guix-dependent-packages’ is going to be very useful. I wonder >>> if we could have ‘C-u gui

Re: [ANN] Emacs-Guix 0.4

2018-05-25 Thread Alex Kost
myg...@gmail.com (2018-05-24 21:02 -0400) wrote: > Hi Alex, > > Thank you for this new release. I am enjoying the cool new features! > > On 05/24/2018 at 20:21 Alex Kost writes: > > [...] > >> I recalled that C-u prefix is already occupied by specifying an >&g

[ANN] Emacs-Guix 0.4.1

2018-06-26 Thread Alex Kost
Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.4.1 has been released. If you are not familiar with it, you may start with: ‘guix package -i emacs-guix’ and "M-x guix-about". The main purpose of this release is to support the recent changes in "guix pull" (i.e., using "~/.config/guix/c

Re: [ANN] Emacs-Guix 0.4.1

2018-06-28 Thread Alex Kost
Pierre Neidhardt (2018-06-28 12:23 +0200) wrote: > ERROR: In procedure scm-error: > no code for module (guix build utils) > > Is something wrong my setup? I don't know. This error looks like guile load paths are not set correctly. Could you switch to Guix REPL and check whether %load-path conta

Re: [ANN] Emacs-Guix 0.4.1

2018-06-29 Thread Alex Kost
Pierre Neidhardt (2018-06-28 19:04 +0200) wrote: > Alex Kost writes: > >> I don't know. This error looks like guile load paths are not set >> correctly. Could you switch to Guix REPL and check whether %load-path >> contains "~/.config/guix/current/share/guile/

Re: [ANN] Emacs-Guix 0.4.1

2018-07-03 Thread Alex Kost
Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: > Alex Kost writes: > >> Pierre Neidhardt (2018-06-28 19:04 +0200) wrote: >>> Indeed, I had this: >>> >>> (add-to-list 'geiser-guile-load-path "~/projects/guix") >>> >>&

Re: [ANN] Emacs-Guix 0.4.1

2018-07-04 Thread Alex Kost
Alex Kost (2018-07-03 22:14 +0300) wrote: > Pierre Neidhardt (2018-07-03 18:40 +0200) wrote: [...] >> With >> >> (add-to-list 'geiser-guile-load-path "~/projects/guix") >> >> I still experience the transaction issue. This geiser-guile-load-pat

Re: [ANN] Emacs-Guix 0.4.1

2018-07-05 Thread Alex Kost
Pierre Neidhardt (2018-07-04 11:51 +0200) wrote: >> %load-path > $4 = ("/home/ambrevar/.guix-packages" "/home/ambrevar/projects/guix" > "/gnu/store/hjx7wm756cxfl91j8iphrl5izd8xvp3f-emacs-guix-0.4.1.1/share/guile/site/2.2" > "/home/ambrevar/.config/guix/current/share/guile/site/2.2" Aha! here it i

Re: [ANN] Emacs-Guix 0.4.1

2018-07-17 Thread Alex Kost
Pierre Neidhardt (2018-07-16 23:10 +0200) wrote: > Sorry for the long delay... :( > >> I think it can happen only if you added it to >> GUIX_PACKAGE_PATH, did you? > > No I did not: > > (getenv "GUIX_PACKAGE_PATH") > $5 = "/home/ambrevar/.guix-packages" > > So the issue is something else. Any i

[HOWTO] Start X server manually instead of using a login manager

2018-07-19 Thread Alex Kost
Hello, People often ask how they can use startx/xinit on GuixSD. It is possible, although it is not as easy as on other distros. Hopefully, this tutorial will answer some questions on the subject. At first, a couple of points: - We will run X server with user privileges, so if something goes w

Re: Guix and desktop files

2018-08-12 Thread Alex Kost
hiph...@openmailbox.org (2018-08-11 19:46 +) wrote: > Hello everyone, > > I am using Kubuntu 18.04 and I recently installed Guix as a secondary package > manager. I'm still feeling my way around and I have been wondering whether > the desktop files provided by some applications can be integrat

Re: Enable guix-devel-mode only in guix source files

2018-08-17 Thread Alex Kost
Pierre Neidhardt (2018-08-17 18:44 +0200) wrote: > I do exactly what you suggested: > > (defun ambrevar/init-guix () > (and buffer-file-name >(string-match "\\" buffer-file-name) ; Adapt this to your > install. >(guix-devel-mode))) > (add-hook 'scheme-mode-hook 'ambrevar/init-gu

Re: Enable guix-devel-mode only in guix source files

2018-08-20 Thread Alex Kost
Arun Isaac (2018-08-19 23:38 +0530) wrote: >>> A better approach might be to add it to .dir-locals.el upstream. What do >>> you >>> people think? >> >> I think the less is added to "dir-locals" the better. Especially, there >> shouldn't be any functions there in my opinion. > > Thanks, Alex and

Re: Enable guix-devel-mode only in guix source files

2018-08-21 Thread Alex Kost
Pierre Neidhardt (2018-08-21 00:18 +0200) wrote: >> - add a function to the Guix ".dir-locals.el" (does dir-locals support >> functions at all?) > > I haven't tested, but currently .dir-locals.el contains > > (scheme-mode > . > (indent-tabs-mode . nil) > > I suppose we can add > > (scheme-

Re: Enable guix-devel-mode only in guix source files

2018-08-22 Thread Alex Kost
Pierre Neidhardt (2018-08-21 17:23 +0200) wrote: >> Ah, that's what you meant. I think this is horrible :-) > > Why? As I explained, configuring third-party packages in dir-locals does not look right to me. It may lead to problems if you remember: http://lists.gnu.org/archive/html/guix-devel

Re: Guix and Emacs Integration for Polyglot Development

2018-08-25 Thread Alex Kost
their complete environment, instead of just the language. For > that we’d need help from Emacs-Guix to keep track of existing > environments. > > Maybe if Alex Kost is reading this they can comment. :-) I am not "they", I prefer to be called "he" ;-) I am afraid I do

[ANN] Emacs-Guix 0.5

2018-09-10 Thread Alex Kost
Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.5 has been released. If you are not familiar with it yet, you may start with: ‘guix package -i emacs-guix’ and "M-x guix-help". There is one big addition and one big "subtraction" in this release: * Added: Interface for store items As

Re: Guix and Emacs Integration for Polyglot Development

2018-09-14 Thread Alex Kost
Jan Nieuwenhuizen (2018-09-13 22:45 +0200) wrote: > (defun guix-switch-profile (&optional profile) > "Switch Emacs' environment to PROFILE. PROFILE can be a named > profile (like ~/.guix-profile, ~/.config/guix/work) or an > environment (like: echo $GUIX_ENVIRONMENT)." > > (interactive "fprof

Re: Guix and Emacs Integration for Polyglot Development

2018-09-15 Thread Alex Kost
Jan Nieuwenhuizen (2018-09-15 07:21 +0200) wrote: > Alex Kost writes: > >> Jan Nieuwenhuizen (2018-09-13 22:45 +0200) wrote: >> >>> (defun guix-switch-profile (&optional profile) > >> Thank you! I'm going to apply it. I have extracted the guile cod

Re: Guix and Emacs Integration for Polyglot Development

2018-10-26 Thread Alex Kost
George Clemmer (2018-10-26 00:59 -0400) wrote: > Hi Alex, Hello George! > I have been using code like ... > > (with-eval-after-load (quote guix-ui-profile) > (setq guix-profiles > (append (quote("/home/glc/gom/.guix-profile")) guix-profiles))) > (setq guix-current-profile "/home/glc/gom/

Re: Guix and Emacs Integration for Polyglot Development

2018-10-27 Thread Alex Kost
George Clemmer (2018-10-26 16:56 -0400) wrote: >> Alex Kost writes: >> >>> Hint: since you are on this commit, you may check the new "M-x guix" - >>> you will be the first person who will try it (maybe you will like it >>> this time) ;

Re: Guix and Emacs Integration for Polyglot Development

2018-10-28 Thread Alex Kost
George Clemmer (2018-10-27 15:32 -0400) wrote: > Alex Kost writes: > >> George Clemmer (2018-10-26 16:56 -0400) wrote: >> >>> I have another question. Is there a shortcut to >>> guix-installed-system-packages in the popup that I am missing? >> >>

Re: Guix and Emacs Integration for Polyglot Development

2018-10-29 Thread Alex Kost
George Clemmer (2018-10-28 17:19 -0400) wrote: > Alex Kost writes: [...] >> BTW, in general, I think that hiding features is a bad thing… however, >> there is one hidden feature in Emacs-Guix (although, it is hidden just >> because it is also hidden in Guix itself ;-) )

Re: How do I cope with Geiser in Emacs

2018-12-02 Thread Alex Kost
Luther Thompson (2018-12-01 19:34 -0500) wrote: Hello, > I don't know where to ask about this, but since the problem seems to > involve many interconnected Emacs-related packages, I'll see if you > guys can help. > > When I'm editing a Scheme file (not Guix-related) in Emacs and > company-mode ac

Re: GC hints

2018-12-20 Thread Alex Kost
Mark H Weaver (2018-12-20 07:12 -0500) wrote: > Hi Ludovic, > > Ludovic Courtès writes: > >> Actually, I was also wondering whether we should provide a configurable >> mechanism that would, by default, automatically delete old GC roots and >> maybe even run the GC automatically when needed—simila

[ANN] Emacs-Guix 0.5.1

2018-12-23 Thread Alex Kost
Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.5.1 has been released. If you are not familiar with it yet, you may try it with: ‘guix package -i emacs-guix’ and "M-x guix". Summary of the new features: * M-x guix This is the *new* "M-x guix" which is a popup interface for the rest

Re: Emacs-guix: variable is void: guix-current-profile

2019-01-03 Thread Alex Kost
zimoun (2019-01-02 16:34 +0100) wrote: > Dear, > > Happy New Year ! > > Thank you this nice interface !! > > I am have installed Guix on the top of Debian. > If I understand well, I installed the packages guile, guile-gcrypt and > Emacs, obviously. :-) > And emacs-guix comes from MELPA, Geiser too

Re: Emacs-guix: variable is void: guix-current-profile

2019-01-04 Thread Alex Kost
zimoun (2019-01-03 22:58 +0100) wrote: > Dear Alex, > > Thank you for your answer and the nice emacs-guix interface. Thanks :-) >> It should be fixed by the latest commit: >> >> >> https://notabug.org/alezost/emacs-guix/commit/d7b54784bc3962570519aac472f54598c10299ae >> >> So you may try to r

Re: [ANN] Emacs-Guix 0.5.1

2019-01-05 Thread Alex Kost
Benjamin Slade (2019-01-04 15:12 -0700) wrote: > I love Emacs-Guix - thank you for this. > > Relatedly - I'm trying to debug an issue: so on my both pure GuixSD > machine and on my Arch machine with standalone Guix binary installer, > =guix-all-packages= shows me 9213 packages, but on my Void mach

Re: [ANN] Emacs-Guix 0.5.1

2019-01-06 Thread Alex Kost
Ricardo Wurmus (2019-01-06 00:49 +0100) wrote: > Hi Alex, > >> zimoun answered correctly. I think it is the same problem as several >> people have on non-GuixSD system. Most likely, it will not be fixed on >> Emacs-Guix side. The only workaround I know is "guix package -i guix". > > Would it be

Re: emacs-guix error

2019-01-25 Thread Alex Kost
Yoshinori Arai (2019-01-24 09:20 +0900) wrote: > hello, > > When I will execute install pacakge or dry-run on emacs-guix, this error is > showed. It's success to install on command line. > > (process-package-actions "/var/guix/profiles/per-user/yoshi/guix-profile" > #:install '((145722368 "out"))

Re: emacs-guix error

2019-01-25 Thread Alex Kost
bre...@posteo.net (2019-01-23 20:34 -0600) wrote: > I reported this issue two days ago and haven't heard anything yet Hello, where did you report it? Sorry, I don't see it anywhere. -- Alex

Re: emacs-guix error

2019-01-26 Thread Alex Kost
Yoshinori Arai (2019-01-26 12:31 +0900) wrote: > On Fri, Jan 25, 2019 at 08:48:21PM +0300, Alex Kost wrote: > >> Hello, do you use Guix on a foreign system (not GuixSD)? If so, please >> look at: >> >> https://github.com/alezost/guix.el#important-note-for-n

Re: emacs-guix error

2019-01-28 Thread Alex Kost
Maxim Cournoyer (2019-01-27 20:49 -0500) wrote: > Hello! > > [...] > >> Are you using Guix from a git checkout? In that case you’ll need to >> recompile as there has been an ABI change. > > My normal Guix run from guix pull, but I do have a Guix checkout that I > use with the pre-inst-env wrapper

Re: How to start Xorg server with startx

2019-02-15 Thread Alex Kost
Chris Marusich (2019-02-14 02:51 -0800) wrote: > I don't use startx, so I don't know enough to answer this question. > Maybe someone else can help? There is a tutorial on how "xinit" can be used on GuixSD: https://lists.gnu.org/archive/html/help-guix/2018-07/msg00080.html Perhaps it misses so

Re: emacs-guix throwing errors

2019-04-04 Thread Alex Kost
Brett Gilio (2019-04-01 16:13 -0500) wrote: > Hi all. I am hoping the maintainer of emacs-guix will see this: Hello, > Whenever I try to search for a package, or perform any of the routine > guix commands using the emacs-guix interface, I am getting this error. > > guix-geiser-eval: Error in eva

Re: emacs-guix throwing errors

2019-04-07 Thread Alex Kost
bre...@posteo.net (2019-04-06 02:59 +0200) wrote: > On 04.04.2019 21:38, Alex Kost wrote: >> Brett Gilio (2019-04-01 16:13 -0500) wrote: >> >>> Hi all. I am hoping the maintainer of emacs-guix will see this: >> >> Hello, >> >>> Whenever I try to

Re: emacs-guix throwing errors

2019-04-15 Thread Alex Kost
bre...@posteo.net (2019-04-07 17:37 -0500) wrote: > Hey Alex, I think I mentioned earlier that I can replicate this bug > on a fresh install of Guix. Only installing Emacs and emacs-guix to > my profile. Can you see if you can replicate it that way? No, I don't reproduce it, sorry. Perhaps you h

Re: conkeror superseded by icecat, why?

2019-06-03 Thread Alex Kost
白い熊 (2019-06-02 12:19 +0200) wrote: > Hi everyone: > > I've long had conkeror installed, now after the latest Guix update it won't > start, it's not installed anymore. > > “guix package -i conkeror” tells me: > guix package: package 'conkeror' has been superseded by 'icecat' > > Why? These are t

Re: Emacs in multiple profiles

2019-10-20 Thread Alex Kost
Pierre Neidhardt (2019-10-16 21:54 +0200) wrote: > Hi! > > I'm resurrecting this since I got bitten by this today. > > I'm currently writing a blog article on profiles and manifest, and I > realized that Emacs is the only program so far that does not behave > consistently with the rest of Guix. >

Re: Create help-guix@gnu.org?

2015-12-29 Thread Alex Kost
Ludovic Courtès (2015-12-22 19:47 +0300) wrote: > Mark H Weaver skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >>> So the list is already live, I think! You’re welcome to subscribe. >> >> Can we get it added to gmane? > > I’ve asked for it. It should eventually show up at >

Re: guixsd on macbook

2016-01-21 Thread Alex Kost
ren...@openmailbox.org (2016-01-22 00:39 +0300) wrote: > On 2016-01-20 16:47, l...@gnu.org wrote: >> Hi, >> >> ren...@openmailbox.org skribis: >> >>> I've finished installing correctly GuixSD on macbook. There are some >>> issue with touchpad. >>> >>> If anyone has problems with the keyboard when

Re: Deleting services from %desktop-services in operating system declaration

2016-01-23 Thread Alex Kost
swedebu...@riseup.net (2016-01-23 16:09 +0300) wrote: > On 2016-01-21 00:24, l...@gnu.org wrote: >> swedebu...@riseup.net skribis: >> >>> I have trouble getting the syntax right to delete avahi and wicd from >>> my config.scm. >> >> The correct syntax would be: >> >> (operating-system >> ;;

Re: Deleting services from %desktop-services in operating system declaration

2016-01-25 Thread Alex Kost
swedebu...@riseup.net (2016-01-25 14:20 +0300) wrote: > On 2016-01-23 17:43, Alex Kost wrote: [...] >> Note: if you want to remove wicd service, you also need to remove ntp >> service, otherwise you'll get: >> >> guix system: error: service 'ntpd' re

Re: guixsd on macbook

2016-01-29 Thread Alex Kost
ren...@openmailbox.org (2016-01-29 05:32 +0300) wrote: > hi, > > On 2016-01-22 00:13, Alex Kost wrote: >> ren...@openmailbox.org (2016-01-22 00:39 +0300) wrote: >> >>> On 2016-01-20 16:47, l...@gnu.org wrote: >>>> Hi, >>>> >>>> r

Re: guixSD - problem with X11 forwarding

2016-02-12 Thread Alex Kost
myglc2 (2016-02-12 18:06 +0300) wrote: > On guixSD, with no packages installed in the login user profile, I get > 'X11 forwarding request failed on channel 0' > > config.scm and ssh-v log attached below. > > TIA - george > > > ;; see if tmux supports 256 colors > ;; add curl for lpaste > ;; add xa

Re: What prevents "guix package --profile" profiles from being gc'ed?

2016-02-25 Thread Alex Kost
Christopher Allan Webber (2016-02-25 03:30 +0300) wrote: > Heya all, > > I'm a bit confused about profile management for profiles that *aren't* > your system or default user profile. > > guix package --profile=/home/cwebber/guix-profiles/test -i hello > > then I run "guix gc", it seems like that

Re: What prevents "guix package --profile" profiles from being gc'ed?

2016-02-27 Thread Alex Kost
Ricardo Wurmus (2016-02-26 23:32 +0300) wrote: > Alex Kost writes: > >> Christopher Allan Webber (2016-02-25 03:30 +0300) wrote: >> >>> I'm a bit confused about profile management for profiles that *aren't* >>> your system or default user profile.

Re: bug#22970: guix edit mutt -- not working

2016-03-11 Thread Alex Kost
Jean Louis (2016-03-10 22:34 +0300) wrote: > Hello Andreas, > > I have now 2 files in gnu/guix/packages/*.scm, for mutt and postgresql: > and now I get each time on running guix, following: > > guix package: warning: failed to load '(databases)': > ERROR: no code for module (databases) > guix pack

Re: bug#22970: guix edit mutt -- not working

2016-03-12 Thread Alex Kost
Jean Louis (2016-03-11 21:48 +0300) wrote: > Hello Alex, > > I got your mutt file, for my-guix-packages, but now I see I > need to learn Guile commands, I will do this somewhat later > when I have working system. Please help me until then, as > your style to make a modified package is excellent fo

Re: Guix/GNU/Linux multi distro + GuixSD multi-site scenario

2016-03-28 Thread Alex Kost
myglc2 (2016-03-27 20:18 +0300) wrote: > Christopher Allan Webber writes: > >> myglc2 writes: >> >>> Christopher Allan Webber writes: >>> [...] Running all machines, I dunno. I do dual-boot Debian and GuixSD with them sharing the same user profile and store. >>> >>> Dual boot. No

Re: Guix/GNU/Linux multi distro + GuixSD multi-site scenario

2016-03-28 Thread Alex Kost
Christopher Allan Webber (2016-03-28 19:39 +0300) wrote: > Alex Kost writes: [...] >> Hi, I also use double boot (GuixSD and ArchLinux). I do it like this: >> at first I never let GuixSD to reinstall grub by using --no-grub option >> ("guix system reconfigure -

Re: Guix/GNU/Linux multi distro + GuixSD multi-site scenario

2016-03-28 Thread Alex Kost
Chris Marusich (2016-03-28 17:32 +0300) wrote: > Alex Kost writes: > >> Hi, I also use double boot (GuixSD and ArchLinux). I do it like this: >> at first I never let GuixSD to reinstall grub by using --no-grub option >> ("guix system reconfigure --no-grub ...

Re: How to list globally installed packages?

2016-04-02 Thread Alex Kost
Chris Marusich (2016-04-02 22:12 +0300) wrote: > Hi, > > I'm using GuixSD v0.10.0, and I'd like to know what packages are > installed globally. There does not currently appear to be a "guix > system" equivalent for "guix package --list-installed". Is it possible > to list the globally installed

Re: How to roll back a "guix system reconfigure"?

2016-04-02 Thread Alex Kost
Chris Marusich (2016-04-02 22:20 +0300) wrote: > Hi, > > After running a "guix system reconfigure", it is possible to boot to a > previous version of the system by manually selecting it from the GRUB > menu. However, if you want to permanently roll back to a previous > version (e.g., because some

Re: Keyboard layout

2016-04-10 Thread Alex Kost
Thierry Micoud (2016-04-10 17:38 +0300) wrote: > I've installed guixsd 0.10. Its probably a rooky problem but seem > unable to solve it and I apologise! ;) > I'd like to change to keyboard layout from us to uk. > > Ideally I'd like to set the keyboard layout in the config.scm file > and 'guix syst

Re: Starting ssh service

2016-04-11 Thread Alex Kost
Dick Middleton (2016-04-11 12:48 +0300) wrote: > Placing lsh-service in %desktop-services allows guix to complete reconfigure > but it doesn't start the service. Do you mean that when you use: (services (cons* (lsh-service #:port-number 22 #:daemonic? #t

Re: guix installed Emacs

2016-04-16 Thread Alex Kost
Catonano (2016-04-16 01:48 +0300) wrote: > I installed Emacs with guix. > > But the experience provided by the guix provided Emacs is not on par > with the one provided by the Fedora host rpovided Emacs > > The menus and the buttons are slightly different but most important > is the minibuffer: It

Re: guix installed Emacs

2016-04-16 Thread Alex Kost
Catonano (2016-04-16 14:17 +0300) wrote: > 2016-04-16 11:10 GMT+02:00 Alex Kost : > > As Jean pointed most likely the problem with fonts happens > because Emacs > from Guix doesn't use fonts from your Fedora font dirs.  > Installing > required fonts

Re: guix installed Emacs

2016-04-17 Thread Alex Kost
Catonano (2016-04-16 20:59 +0300) wrote: > Alex, > > thank you so much for your help No problem :) [...] > Yes, the Fedora Emacs has this site-start > > ;;; loaded before user's ".emacs" file and default.el > > ;; load *.el and *.elc in /usr/share/emacs/site-lisp/site-start.d on > startup > (map

Re: guix installed Emacs

2016-04-17 Thread Alex Kost
Jean Louis (2016-04-16 15:59 +0300) wrote: > On Sat, Apr 16, 2016 at 02:52:10PM +0300, Alex Kost wrote: >> Another thing: I noticed that Guix's Emacs doesn't display some buttons >> on the tool bar. This should probably (I'm not sure) be fixed by >> instal

Re: guix installed Emacs

2016-04-17 Thread Alex Kost
Catonano (2016-04-17 15:45 +0300) wrote: > 2016-04-17 10:25 GMT+02:00 Alex Kost : > > Jean Louis (2016-04-16 15:59 +0300) wrote: > > > > I guess that is due to wrong environment when running emacs. > > > > Check the $XDG_DATA_DIRS to conform to G

Re: guix installed Emacs

2016-04-17 Thread Alex Kost
Catonano (2016-04-17 15:28 +0300) wrote: > 2016-04-17 10:23 GMT+02:00 Alex Kost : [...] > Aha, so it loads elisp files from that "site-start.d" directory.  > I > wonder what files are placed there.  Could you look and show > their > contents pleas

Re: guix installed Emacs

2016-04-18 Thread Alex Kost
Catonano (2016-04-18 15:39 +0300) wrote: > I have some news about this > > Suddenly I couldn't log in anymore as catonano. The login window > didn't let the desktopo come up, rather it popped up again and again > > I logged in as root and saw some gvfs and gsettings segfaults in the > dmesg output

Re: Arch Linux locale-gen tries to use /run/current-system

2016-05-12 Thread Alex Kost
Myles English (2016-05-12 02:52 +0300) wrote: > Hello, > > I am trying guix on Arch Linux. While updating the system package to > glibc 2.23 I get this error: > > $ locale-gen > Generating locales... > en_GB.UTF-8...cannot create temporary file: > /run/current-system/locale/2.22/locale-archiv

Re: Customize %desktop-services.

2016-05-13 Thread Alex Kost
Dmitry Nikolaev (2016-05-12 22:45 +0300) wrote: [...] > How do I write something that works like "take %desktop-services, but > redefine (slim-service) with my definiton of (slim-service ...)"? You need to remove the default slim service and add your own. You can use 'service-kind' procedure to

Re: not tarred source file

2016-05-16 Thread Alex Kost
Ludovic Courtès (2016-05-15 23:57 +0300) wrote: > Catonano skribis: > >> after having successfully packaged (locally) the Zenburn theme and >> Smartparens, I am preparing the package for clojure-mode >> >> But for the first time it happens that the downloaded source code is not >> tarred so tar f

Re: Customize %desktop-services.

2016-05-16 Thread Alex Kost
Dmitry Nikolaev (2016-05-15 14:24 +0300) wrote: [...] >   (services >    (cons* >     (lsh-service #:port-number ) >     (gnome-desktop-service) >     (xfce-desktop-service) >     (console-keymap-service "ru") >     (cons > (slim-service #:allow-empty-passwords? #f #:auto-login? #f >    

Re: Customize %desktop-services.

2016-05-25 Thread Alex Kost
Dmitry Nikolaev (2016-05-24 23:42 +0300) wrote: [...] > Second one gives > > guix system: error: service 'xorg-server' provided more than once As I wrote in the previous message, I don't reproduce this. Both configs didn't give me any error, but when I added another (the second) slim-service, th

Re: Not booting

2016-06-22 Thread Alex Kost
Kete Foy (2016-06-21 23:44 +0300) wrote: > Hello, I have failed to boot GuixSD both with and without an encrypted > /home partition. > > The message I got was, "error: file '/vmlinuz' not found > "Failed to boot both default and fallback entries" > > The installations finished without an error. >

Re: Not booting

2016-06-23 Thread Alex Kost
Kete Foy (2016-06-22 18:41 +0300) wrote: > Alex Kost: >> Perhaps the bootloader device you wrote does not exist. Could you paste >> your config? Also did you maybe use "--no-grub" option (for "guix >> system") and configured your grub manually? >

Re: M-x guix bug

2016-06-30 Thread Alex Kost
John J Foerch (2016-06-29 04:43 +0300) wrote: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi! >> >> John J Foerch skribis: >> >>> On a fresh guix installation with only a few packages installed, M-x >>> guix in emacs produced the following error: >>> >>> Cannot open load file: no such file or

Re: M-x guix bug

2016-07-01 Thread Alex Kost
Ludovic Courtès (2016-07-01 00:21 +0300) wrote: > Hello, > > Alex Kost skribis: > >> I think the right thing would be to make "M-x guix" work by default. >> This can be done simply by adding 'magit-popup' dependency (i.e., by >> adding it to &#x

Re: M-x guix bug

2016-07-01 Thread Alex Kost
myglc2 (2016-06-30 20:16 +0300) wrote: > Alex Kost writes: [...] >> I think the right thing would be to make "M-x guix" work by default. >> This can be done simply by adding 'magit-popup' dependency (i.e., by >> adding it to 'propagated-inputs

Re: Why do some vm-image VM packages display "OUTPUTS: (Package is obsolete)"?

2016-07-06 Thread Alex Kost
myglc2 (2016-07-06 05:55 +0300) wrote: [...] > Why do some vm-image VM packages display "OUTPUTS: (Package is obsolete)"? Sorry, I have zero knowledge about VM things and I don't understand what you describe, but I have an idea... ... Emacs interface uses the term "obsolete" *wrongfully* (I have

Re: guix-edit shows "Autodoc not available..." w/ 2 REPLs

2016-07-12 Thread Alex Kost
myglc2 (2016-07-11 18:09 +0300) wrote: > Running guix/debian ... > > When I do 'M-x guix-edit RET screen RET' I get ... > > "Autodoc not available (No Geiser REPL for this buffer (try M-x run-geiser))" Ouch, I've just answered you on #guix (using sneek). This error is harmless. It comes from Ge

Re: guix-edit shows "Autodoc not available..." w/ 2 REPLs

2016-07-12 Thread Alex Kost
myglc2 (2016-07-12 17:22 +0300) wrote: > Alex Kost writes: > >> myglc2 (2016-07-11 18:09 +0300) wrote: >> >>> Running guix/debian ... >>> >>> When I do 'M-x guix-edit RET screen RET' I get ... >>> >>> "Autodoc not av

Re: guix-edit shows "Autodoc not available..." w/ 2 REPLs

2016-07-15 Thread Alex Kost
myglc2 (2016-07-14 03:12 +0300) wrote: > Alex Kost writes: > >> myglc2 (2016-07-12 17:22 +0300) wrote: [...] >>> Would it make sense to add this info to the doc? >> >> Sorry, what info do you mean? > > I mean add an explanation along the lines of what

Re: Geiser documentation buffers

2016-07-17 Thread Alex Kost
Ludovic Courtès (2016-07-16 23:51 +0300) wrote: > Catonano skribis: > >> This is not about Guix, admittedly. It's about Geiser >> >> I tried to post on the Geiser mailing list 3 times, to no avail >> >> So I'm trying here now. Supposedly Geiser is serving most of the people >> hacking on Guix, so

Re: Geiser documentation buffers

2016-07-17 Thread Alex Kost
Catonano (2016-07-17 14:15 +0300) wrote: > Ludovic, > > thank you. I have been replied to on the Geiser mailing list. My > posts were received, after all > > I was suggested to try the melpa provided Geiser and that works. > > Now, the version of the melpa provided Geiser is 20160617.954 and the >

Re: Geiser documentation buffers

2016-07-18 Thread Alex Kost
works for me ;-) > > On closer inspection, it seems to be fixed by this commit: > > commit 8e75455dfbd46355d777c26366e7ccfcb59ace20 > Author: Jose Antonio Ortega Ruiz > Date: Sun Dec 27 04:11:50 2015 +0100 > > Avoiding uses of geiser-doc--with-buffer before it

Re: exploring the code

2016-07-19 Thread Alex Kost
Ludovic Courtès (2016-07-19 15:31 +0300) wrote: > Catonano skribis: > >> I opened the file guix/scripts/build.scm in Emacs >> >> For Geiser to be able to jump to the definition of a symbol at point >> or to open a documentation buffer, I need the Guile REPL to "load" the >> file >> >> C-x C-b do

Re: guix-edit shows "Autodoc not available..." w/ 2 REPLs

2016-07-19 Thread Alex Kost
myglc2 (2016-07-18 16:05 +0300) wrote: > myglc2 writes: > >> Alex Kost writes: > [...] >>> It's up to a user to decide how (s)he wants to edit his/her files (in >>> this case: with or without a help of Geiser). >> >> Agreed. But I woul

  1   2   >