Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3635260
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T00:52:54+00:00 2026-05-19T00:52:54+00:00

I use two emacs (Aquamcs and text based emacs) on my Mac. I normally

  • 0

I use two emacs (Aquamcs and text based emacs) on my Mac.
I normally use text based emacs for just editing something, so I don’t want to load anything with it.

What I came up with is to have the checking code in .emacs to exit/break if it’s text based emacs (darwin system but not aquamacs).

 (when (and (equal system-type 'darwin) (not (boundp 'aquamacs-version)))
     (exit) ??? (break) ????
 )

It seems to work, but I don’t know how to break out of .emacs. How to do that?

ADDED

I just wanted to speed up in loading text based emacs on my mac, and I thought about breaking out as a solution. Based on the helpful answers, I came up with the following code that runs .emacs only when it’s not a text based emacs.

(setq inhibit-splash-screen t)
(unless (null window-system)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T00:52:54+00:00Added an answer on May 19, 2026 at 12:52 am

    I don’t know of any way to do exactly what you want. Some workarounds:

    1. You can stop the evaluation of your .emacs by evaluating (error "message") but that’s a bit unpleasant.

    2. You can re-order your .emacs so that there’s a (unless (CONDITION) ...) around the whole of the file.

    3. You can run emacs -Q FILE when you’re at the command line.

    Why do you want to do this? Are you concerned at the time it takes to load your .emacs? If so, you might consider using the Emacs client/server instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't figure out how to set emacs to use just two colors, one
I would like to use Emacs to edit two columns of text side by
I want to use two meta:resourcekey in single control is it possible? for example
When we want to modify some value in one object we may use two
I happen to have two emacs on my Mac because of clojure setup .
I use two Internet connections so i want to use bash scripts to automate
I've recently moved from vim to Emacs because I want to use org-mode .
I use the emacs command 'highlight-compare-buffers' to see the changes between two files. But
I use two Spinner in my App. One of them is initially disabled because
i use two blocks to draw some buttons on my subview dynamically. One calculates

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.