all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Glenn Morris <rgm@gnu.org>
Subject: bug#1158: marked as done (23.0.60; vc mode not working under  newest Emacs.app)
Date: Thu, 16 Oct 2008 11:10:13 -0700	[thread overview]
Message-ID: <handler.1158.D1158.122418015210389.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 53556b270810130401s444acd56x54a68b7423a743d8@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 890 bytes --]


Your message dated Thu, 16 Oct 2008 13:59:55 -0400
with message-id <18679.33051.38492.185322@fencepost.gnu.org>
and subject line Re: bug#1158: 23.0.60; vc mode not working under newest Emacs.app
has caused the Emacs bug report #1158,
regarding 23.0.60; vc mode not working under newest Emacs.app
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.)


-- 
1158: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1158
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 17072 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 2913 bytes --]

Dear all,



I'm using both 22.2(in terminal) and 23.0 in Emacs.app on my MacBook Pro,

both installed by MacPorts.


There is no critical problem, almost everything are smoothly running, except
the

vc mode. It runs perfectly in 22.2 in terminal, but never really work in
Emacs.app.

When I open some file which IS under source control (svn or git), it says

'Load vc-git...done' or something like that (no errors), but the mode
actually

not activated. It's really annoying.


Any suggestions? Or just some similar situation that have been mentioned
here before?


Thanks.



Some system info below.


In GNU Emacs 23.0.60.1 (i386-apple-darwin9.5.0, *Step 9.0rc3)

 of 2008-10-05 on oasis

configured using `configure '--with-ns' '--without-x'
'--prefix=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.0.0_NS-9.0rc3/nextstep/build/Emacs.app/Contents/Resources'
'--exec_prefix=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.0.0_NS-9.0rc3/nextstep/build/Emacs.app/Contents/MacOS'
'--libexecdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs-app/work/emacs-23.0.0_NS-9.0rc3/nextstep/build/Emacs.app/Contents/MacOS/libexec'
'--with-pop' '--enable-font-backend' '--without-freetype' 'CC=gcc-4.0'
'CFLAGS=-g -O3 -arch ppc -arch i386' 'CPPFLAGS=' 'CPP=' 'LDFLAGS=''


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: nil

  value of $XMODIFIERS: nil

  locale-coding-system: nil

  default-enable-multibyte-characters: t


Major mode: Fundamental


Minor modes in effect:

  ecb-minor-mode: t

  tooltip-mode: t

  show-paren-mode: t

  mouse-wheel-mode: t

  menu-bar-mode: t

  file-name-shadow-mode: t

  global-font-lock-mode: t

  blink-cursor-mode: t

  global-auto-composition-mode: t

  unify-8859-on-decoding-mode: t

  auto-compression-mode: t

  line-number-mode: t

  transient-mark-mode: t


Recent input:

<help-echo> <menu-bar> <help-menu> <report-emacs-bug>


Recent messages:

Loading /Users/neo/.emacs.d/cedet/common/cedet.el (source)...done

ECB 2.33beta2 uses loaded semantic 2.0pre4, eieio 1.0 and speedbar 1.0.1.

Loading /Users/neo/.emacs.d/yaml-mode.el (source)...done

Loading /Users/neo/.emacs.d/nxml-mode/rng-auto.el (source)...done

Loading /Users/neo/.emacs.d/find-recursive.el (source)...done

Loading /Users/neo/.emacs.d/snippet.el (source)...done

Loading /Users/neo/.ecb-user-layouts.el (source)...done

The ECB is now activated.

There are no NEWS to display.

For information about GNU Emacs and the GNU system, type C-h C-a.


-- 
No, I will not fix your computer!

neo.lee@gmail.com

[-- Attachment #2.1.2: Type: text/html, Size: 10607 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 2612 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 1158-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1158: 23.0.60; vc mode not working under newest Emacs.app
Date: Thu, 16 Oct 2008 13:59:55 -0400
Message-ID: <18679.33051.38492.185322@fencepost.gnu.org>


neo lee wrote (on Thu, 16 Oct 2008 at 16:05 +0800):

> M-: (executable-find "svn") says:
> 
> "/usr/bin/svn"
> 
> Which is NOT the correct path of my svn. In my working MacBook Pro, the SVN
> from Leopard installation is in /usr/bin, but the working SVN installation
> is in /opt/local/bin/ (from MacPorts).
[...]

> Actually I do not know what the list-load-path-shadows exactly is, so I just
> list all I saw.

That bit turned out not to be relevant, so forget about it.

> But from all the information listed above, I guess the whole problem
> is something about the search path, and the key is the way Mac OS X
> launches GUI application from Finder (my PATH setting in .zshrc
> bypassed, which I consider as a common mistake, but I've never
> noticed).

Yes, that does indeed seem to be the problem, so I will close this bug
report.


      parent reply	other threads:[~2008-10-16 18:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18679.33051.38492.185322@fencepost.gnu.org>
2008-10-13 11:01 ` bug#1158: 23.0.60; vc mode not working under newest Emacs.app Neo Lee
2008-10-14  7:48   ` Nick Roberts
     [not found]     ` <53556b270810140137i5315b6dch787199f00c0d54a5@mail.gmail.com>
2008-10-14 10:35       ` Nick Roberts
2008-10-15  1:06   ` Glenn Morris
     [not found]   ` <mailman.1067.1224034207.25473.bug-gnu-emacs@gnu.org>
2008-10-15  1:37     ` Neo
2008-10-15  1:45       ` Glenn Morris
2008-10-15  2:04         ` Neo Lee
2008-10-16  5:58           ` Glenn Morris
2008-10-16  8:05             ` Neo Lee
2008-10-17 15:24               ` Stefan Monnier
2008-10-16  8:11             ` Neo Lee
2008-10-16 18:10   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1158.D1158.122418015210389.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.