<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I just upgraded to Aquamacs 3.3, and reinstalled the command-line tools. I notice that when I use the "emacs" command, I get errors because my startup file has things like this:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">(setq obof-other-frame-regexps (remove "\\*Help\\*" obof-other-frame-regexps))</font><br></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">The error is </font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default">







<p class="gmail-p1"><span class="gmail-s1">Debugger entered--Lisp error: (void-variable obof-other-frame-regexps)</span></p>
<p class="gmail-p1"><span class="gmail-s1">  (</span><span class="gmail-s2">remove</span><span class="gmail-s1"> "\\*Help\\*" obof-other-frame-regexps)</span></p>
<p class="gmail-p1"><span class="gmail-s1">  (setq obof-other-frame-regexps (remove "\\*Help\\*" obof-other-frame-regexps))</span></p>
<p class="gmail-p1"><span class="gmail-s1">  eval-buffer(#<buffer  *load*> nil "/Users/siemsen/Library/Preferences/Aquamacs Emacs/Preferences.el" nil t)  ; Reading at buffer position 3310</span></p><p class="gmail-p1">I assume I should fix this by adding an "if" around the setq, like "if I'm in window mode, do the setq".</p><p class="gmail-p1">What variable tells me that I'm in regular window mode, not started by the "emacs" command?</p></div><div><div class="gmail_signature"><div dir="ltr">-- Pete<div><br></div></div></div></div>
</div>