* bug#514: emacsclient does not seem to work with --eval and relative directories @ 2008-07-01 4:47 ` Matzi Kratzi 2008-07-01 14:00 ` Juanma Barranquero 2008-09-05 21:55 ` bug#514: marked as done (emacsclient does not seem to work with --eval and relative directories) Emacs bug Tracking System 0 siblings, 2 replies; 3+ messages in thread From: Matzi Kratzi @ 2008-07-01 4:47 UTC (permalink / raw) To: bug-gnu-emacs Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hi, I try to use emacsclient with --eval. First I open a file, and then I intend to do more using elisp. I have however problems already to open files if I use the "../filename"-syntax. These commands is from my cmd.exe shell: ----------- C:\>cd "Program Files\emacs-22.1\bin" C:\Program Files\emacs-22.1\bin>emacsclient.exe --eval "(find-file \"../README\")" #<buffer README> C:\Program Files\emacs-22.1\bin>emacsclient.exe --eval "(find-file \"../README\")" #<buffer README<2>> C:\Program Files\emacs-22.1\bin> ----------------- The second time I do not get to the README file in the emacs distribution. Instead emacs tries to open a file README located in "C:\Program Files\". Is this intended? I find it strange. Thanks Mats If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file c:/Program Files/emacs-22.1/etc/DEBUG for instructions. In GNU Emacs 22.1.1 (i386-mingw-nt6.0.6000) of 2007-06-02 on RELEASE Windowing system distributor `Microsoft Corp.', version 6.0.6000 configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: SVE locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x s e r v e r - s t a r t <return> <lwindow> M-x r e p o r t <tab> <return> Recent messages: ("C:\\Program Files\\emacs-22.1\\bin\\emacs.exe" "-Q") Loading encoded-kb...done For information about the GNU Project and its goals, type C-h C-p. Loading server...done Loading pp...done (New file) Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done ^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#514: emacsclient does not seem to work with --eval and relative directories 2008-07-01 4:47 ` bug#514: emacsclient does not seem to work with --eval and relative directories Matzi Kratzi @ 2008-07-01 14:00 ` Juanma Barranquero 2008-09-05 21:55 ` bug#514: marked as done (emacsclient does not seem to work with --eval and relative directories) Emacs bug Tracking System 1 sibling, 0 replies; 3+ messages in thread From: Juanma Barranquero @ 2008-07-01 14:00 UTC (permalink / raw) To: Matzi Kratzi, 514 On Tue, Jul 1, 2008 at 06:47, Matzi Kratzi <matzikratzi@gmail.com> wrote: > C:\Program Files\emacs-22.1\bin>emacsclient.exe --eval "(find-file > \"../README\")" > #<buffer README<2>> Confirmed that it happens with Emacs 22.1, 22.2 and the 22.X release branch (from which there's no guarantee a 22.3 will ever be released). The current version in the CVS repository does not suffer this problem. Juanma ^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#514: marked as done (emacsclient does not seem to work with --eval and relative directories) 2008-07-01 4:47 ` bug#514: emacsclient does not seem to work with --eval and relative directories Matzi Kratzi 2008-07-01 14:00 ` Juanma Barranquero @ 2008-09-05 21:55 ` Emacs bug Tracking System 1 sibling, 0 replies; 3+ messages in thread From: Emacs bug Tracking System @ 2008-09-05 21:55 UTC (permalink / raw) To: Chong Yidong [-- Attachment #1: Type: text/plain, Size: 908 bytes --] Your message dated Fri, 05 Sep 2008 17:49:21 -0400 with message-id <874p4ujmam.fsf@cyd.mit.edu> and subject line Re: bug#514: emacsclient does not seem to work with --eval and relative directories has caused the Emacs bug report #514, regarding emacsclient does not seem to work with --eval and relative directories to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact don@donarmstrong.com immediately.) -- 514: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=514 Emacs Bug Tracking System Contact don@donarmstrong.com with problems [-- Attachment #2: Type: message/rfc822, Size: 5588 bytes --] From: "Matzi Kratzi" <matzikratzi@gmail.com> To: bug-gnu-emacs@gnu.org Subject: emacsclient does not seem to work with --eval and relative directories Date: Tue, 1 Jul 2008 06:47:59 +0200 Message-ID: <7f9b11c90806302147o26a6c04cmd6e036d5465a838@mail.gmail.com> Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hi, I try to use emacsclient with --eval. First I open a file, and then I intend to do more using elisp. I have however problems already to open files if I use the "../filename"-syntax. These commands is from my cmd.exe shell: ----------- C:\>cd "Program Files\emacs-22.1\bin" C:\Program Files\emacs-22.1\bin>emacsclient.exe --eval "(find-file \"../README\")" #<buffer README> C:\Program Files\emacs-22.1\bin>emacsclient.exe --eval "(find-file \"../README\")" #<buffer README<2>> C:\Program Files\emacs-22.1\bin> ----------------- The second time I do not get to the README file in the emacs distribution. Instead emacs tries to open a file README located in "C:\Program Files\". Is this intended? I find it strange. Thanks Mats If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file c:/Program Files/emacs-22.1/etc/DEBUG for instructions. In GNU Emacs 22.1.1 (i386-mingw-nt6.0.6000) of 2007-06-02 on RELEASE Windowing system distributor `Microsoft Corp.', version 6.0.6000 configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: SVE locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x s e r v e r - s t a r t <return> <lwindow> M-x r e p o r t <tab> <return> Recent messages: ("C:\\Program Files\\emacs-22.1\\bin\\emacs.exe" "-Q") Loading encoded-kb...done For information about the GNU Project and its goals, type C-h C-p. Loading server...done Loading pp...done (New file) Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done [-- Attachment #3: Type: message/rfc822, Size: 1089 bytes --] From: Chong Yidong <cyd@stupidchicken.com> To: 514-done@emacsbugs.donarmstrong.com Subject: Re: bug#514: emacsclient does not seem to work with --eval and relative directories Date: Fri, 05 Sep 2008 17:49:21 -0400 Message-ID: <874p4ujmam.fsf@cyd.mit.edu> Since this bug only applies to the Emacs 22 branch, and we aren't planning any more releases from the branch, I'll close this bug. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-05 21:55 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <874p4ujmam.fsf@cyd.mit.edu> 2008-07-01 4:47 ` bug#514: emacsclient does not seem to work with --eval and relative directories Matzi Kratzi 2008-07-01 14:00 ` Juanma Barranquero 2008-09-05 21:55 ` bug#514: marked as done (emacsclient does not seem to work with --eval and relative directories) Emacs bug Tracking System
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.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.