* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use. [not found] <E1OjZX3-0002B7-Ak@internal.in.savannah.gnu.org> @ 2010-08-12 18:48 ` Juanma Barranquero 2010-08-12 19:10 ` Lennart Borgman 2010-08-13 1:18 ` Jason Rumney 0 siblings, 2 replies; 3+ messages in thread From: Juanma Barranquero @ 2010-08-12 18:48 UTC (permalink / raw) To: Jason Rumney; +Cc: emacs-devel On Thu, Aug 12, 2010 at 16:28, Jason Rumney <jasonr@wanchan> wrote: > + RegSetValueEx (runemacs_key, "Path", 0, REG_SZ, > + dll_paths, len); Could we use REG_EXPAND_SZ for the App Paths entries? They are also valid, and more flexible. (I happen to use them, and I have to be extra-careful not to allow addpm.exe to run because it thrashes them, which is a PITA because there's no easy way to switch them back to REG_EXPAND_SZ from inside regedit, I must resort to other tools or recreating with a suitable .reg file). Juanma ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use. 2010-08-12 18:48 ` [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use Juanma Barranquero @ 2010-08-12 19:10 ` Lennart Borgman 2010-08-13 1:18 ` Jason Rumney 1 sibling, 0 replies; 3+ messages in thread From: Lennart Borgman @ 2010-08-12 19:10 UTC (permalink / raw) To: Juanma Barranquero; +Cc: emacs-devel, Jason Rumney On Thu, Aug 12, 2010 at 8:48 PM, Juanma Barranquero <lekktu@gmail.com> wrote: > On Thu, Aug 12, 2010 at 16:28, Jason Rumney <jasonr@wanchan> wrote: > >> + RegSetValueEx (runemacs_key, "Path", 0, REG_SZ, >> + dll_paths, len); > > Could we use REG_EXPAND_SZ for the App Paths entries? They are also > valid, and more flexible. Yes, it seems natural to me. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use. 2010-08-12 18:48 ` [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use Juanma Barranquero 2010-08-12 19:10 ` Lennart Borgman @ 2010-08-13 1:18 ` Jason Rumney 1 sibling, 0 replies; 3+ messages in thread From: Jason Rumney @ 2010-08-13 1:18 UTC (permalink / raw) To: Juanma Barranquero; +Cc: emacs-devel On 13/08/2010 02:48, Juanma Barranquero wrote: > On Thu, Aug 12, 2010 at 16:28, Jason Rumney<jasonr@wanchan> wrote: > > >> + RegSetValueEx (runemacs_key, "Path", 0, REG_SZ, >> + dll_paths, len); >> > Could we use REG_EXPAND_SZ for the App Paths entries? They are also > valid, and more flexible. > Feel free to change them. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-13 1:18 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <E1OjZX3-0002B7-Ak@internal.in.savannah.gnu.org> 2010-08-12 18:48 ` [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use Juanma Barranquero 2010-08-12 19:10 ` Lennart Borgman 2010-08-13 1:18 ` Jason Rumney
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).