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

  • SEARCH
  • Home
  • 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 3350462
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:47:23+00:00 2026-05-18T01:47:23+00:00

GNU emacs 23.2.1 I am using emacs on a netbook 10 screen size. If

  • 0
GNU emacs 23.2.1

I am using emacs on a netbook 10″ screen size.

If I have 2 buffers open vertically to each other. When I compile the compilation show up in a new vertical buffer. However, now I have 3 buffers. However, with a small screen there is no room to see the errors.

I am wondering if there is a way to show the compilation in the inactive buffer.

I am using the following to display the vertical buffer:

; Always split vertiacally 
(setq split-width-threshold 0)
(setq split-height-threshold nil)

Many thanks for any suggestions,

  • 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-18T01:47:24+00:00Added an answer on May 18, 2026 at 1:47 am

    Try

    (setq split-width-threshold (ceiling (frame-width) 2))
    

    Edit (Nov 24):

    Maybe this will do:

    (defun display-on-side (buffer &optional not-this-window frame)
      (let* ((window (or (minibuffer-selected-window)
                         (selected-window)))
             (display-buffer-function nil)
             (pop-up-windows nil))
        (with-selected-window (or window (error "display-on-side"))
          (when (one-window-p t)
            (split-window-horizontally))
          (display-buffer buffer not-this-window frame))))
    
    (setq display-buffer-function 'display-on-side)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using GNU emacs 23.1.1 on Fedora 12 I have this in my
I am on Mac (Lion), using GNU/Emacs version 24.1. I have created a VM,
I'm using GNU Emacs 22.2.1 and cperl 5.23. I have perl code like this:
I have just started using the hardstatus capability of GNU screen to get a
I'm using GNU Emacs on Win32. I want to be able to run jslint
I am using windows emacs with specifications below. GNU Emacs 23.0.91.1 (i386-mingw-nt5.1.2600) of 2009-02-26
GNU Emacs 23.1 I am using iswitchb. However, when I press C-x b I
When I try to compile GNU Emacs 23.1 on my machine with Mac OS
I have been using emacs for a while for mainly python programming, and have
I have just started using Emacs for the specific purpose of editing latex documents.

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.