emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IDE


From: Eli Zaretskii
Subject: Re: IDE
Date: Sun, 11 Oct 2015 19:00:37 +0300

> From: David Engster <address@hidden>
> Cc: Dmitry Gutov <address@hidden>,  Eli Zaretskii <address@hidden>,  
> address@hidden,  address@hidden
> Date: Sun, 11 Oct 2015 14:27:02 +0200
> 
> Here's what I use in my doc-present package[1] for displaying slides:
> 
> (with-selected-frame
>     (make-frame '((minibuffer . nil)
>                 (left-fringe . 0)
>                 (right-fringe . 0)
>                 (menu-bar-lines . 0)
>                 (internal-border-width . 0)
>                 (vertical-scroll-bars . nil)
>                 (unsplittable . t)
>                 (cursor-type . nil)
>                 (tool-bar-lines . 0)))
>   (pop-to-buffer (get-buffer-create "*test*"))
>   (setq mode-line-format nil))
> 
> The only thing remaining are the decorations from the window manager. I
> don't think you can get rid of those from within Emacs?

We could easily extend make-frame to allow that, by defining new
attributes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]