emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101058: (add_registry): Set path for runemacs.exe to use.
Date: Thu, 12 Aug 2010 20:48:06 +0200

On Thu, Aug 12, 2010 at 16:28, Jason Rumney <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]