Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-15 Thread Alex Kost
Ludovic Courtès (2014-10-14 23:17 +0400) wrote: Alex Kost alez...@gmail.com skribis: Currently when a user performs some REPL operation using Emacs UI – e.g. installs a package from *Guix Package Info* buffer, information in that buffer stays the same, and he needs to press g there to revert

Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-15 Thread Alex Kost
Ludovic Courtès (2014-10-14 23:22 +0400) wrote: Alex Kost alez...@gmail.com skribis: The attached patches will add that missing feature: after finishing a REPL operation, a buffer from which this operation was performed will be automatically updated. It seems the second patch also applies

Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-15 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2014-10-14 23:17 +0400) wrote: Alex Kost alez...@gmail.com skribis: Currently when a user performs some REPL operation using Emacs UI – e.g. installs a package from *Guix Package Info* buffer, information in that buffer stays the same,

Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-15 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: Ludovic Courtès (2014-10-14 23:22 +0400) wrote: Alex Kost alez...@gmail.com skribis: The attached patches will add that missing feature: after finishing a REPL operation, a buffer from which this operation was performed will be automatically updated.

Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-15 Thread Ludovic Courtès
Given that the concerns I raised were already addressed, of course feel free to push these two patches! Ludo’.

[PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-14 Thread Alex Kost
Hello. Currently when a user performs some REPL operation using Emacs UI – e.g. installs a package from *Guix Package Info* buffer, information in that buffer stays the same, and he needs to press g there to revert the buffer. The attached patches will add that missing feature: after finishing a

Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-14 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: Currently when a user performs some REPL operation using Emacs UI – e.g. installs a package from *Guix Package Info* buffer, information in that buffer stays the same, and he needs to press g there to revert the buffer. By “information in the buffer”,

Re: [PATCH] emacs: Support auto-updating after performing REPL operation.

2014-10-14 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: The attached patches will add that missing feature: after finishing a REPL operation, a buffer from which this operation was performed will be automatically updated. It seems the second patch also applies to the *Guix Generation List* buffer, right?