김태윤 | 5 Nov 2010 14:04
Picon

use Emacs as Scheme IDE

hello~
I am a Emacs beginner
I want to use Emacs as Scheme IDE (Interpreter and compiler) on windows XP
I add a following line to ".emacs" file
(require 'quack)

and open the Emacs
M-x  
run-scheme
(I tried racket, gracket, mzscheme)
and tried to evaluate the following code 
(require scheme/gui) or (require racket/gui)
(define f (new frame% (label "test")))
(send f show #t)

it doesn't working at all

is there anyway I can gui scheme programming on Emacs?(and image related programming)



John A Pershing Jr | 7 Nov 2010 22:50
Picon
Favicon

Re: use Emacs as Scheme IDE

On 11/5/2010 9:04 AM, 김태윤 wrote:
hello~
I am a Emacs beginner
I want to use Emacs as Scheme IDE (Interpreter and compiler) on windows XP
I add a following line to ".emacs" file
(require 'quack)

and open the Emacs
M-x  
run-scheme
(I tried racket, gracket, mzscheme)
and tried to evaluate the following code 
(require scheme/gui) or (require racket/gui)
(define f (new frame% (label "test")))
(send f show #t)

it doesn't working at all

is there anyway I can gui scheme programming on Emacs?(and image related programming)

김태윤,

I have no idea what quack/racket/gracket/mzscheme are.  However, M-x run-scheme is supposed to work...

...on a Linux system with Scheme installed.  The subrocess support tends to be hit-or-miss in Windoze systems, even with the target command(s) installed in the the %PATH%.  (Is there even a Scheme implementation for Windoze?).  Note that Scheme itself does not come with the Emacs distro; all that run-scheme does is start up an external Scheme process in an Emacs window, much the same way that M-x shell will start a sub-shell in a window (this one *does* work on Windoze, but who the heck wants a DOS shell...).

If your installed Scheme is called something other than "scheme", then you need to set (in your .emacs) the variable scheme-program-name to the string name of your Scheme system.

  -jp
Brian Elmegaard | 9 Nov 2010 09:44
Favicon

Status of EmacsW32

Hi,

I am a bit confused about the status of EmacsW32.
As far as I understand the development of the W32 add-on has stopped, 
but new Emacs versions are still released with the add-ons.

However, I have been using the patched version and it seems that only 
the unpatched version is updated with the most recent emacs.
Aren't the patches needed anymore?

Could anyone clarify what to do to update emacs? An BTW would it be 
possible to install emacs from gnu and do the W32 addons manually?

Regards,
Brian

Lennart Borgman | 10 Nov 2010 01:22
Picon
Gravatar

Re: Status of EmacsW32

On Tue, Nov 9, 2010 at 9:44 AM, Brian Elmegaard <brian <at> elmegaard.net> wrote:
> Hi,
>
> I am a bit confused about the status of EmacsW32.
> As far as I understand the development of the W32 add-on has stopped, but
> new Emacs versions are still released with the add-ons.

No, it has not stopped, but I do not have much time for it now. I just
added a note on EmacsWiki that I actually upload more often then I
have told, but to a test area.

> However, I have been using the patched version and it seems that only the
> unpatched version is updated with the most recent emacs.
> Aren't the patches needed anymore?

The patches are still not in Emacs - so yes they are needed if you want them.

> Could anyone clarify what to do to update emacs? An BTW would it be possible
> to install emacs from gnu and do the W32 addons manually?

You can not do the addons without compiling Emacs from sources.
(However of course nXhtml can be downloaded separately.)

> Regards,
> Brian
>
>
>

Mark Shroyer | 15 Nov 2010 05:13
Favicon

Re: Behaviour of Emacs on Windows 7 taskbar

On 8/4/2010 11:36 PM, David Vanderschel wrote:
> If you minimize Emacs, an icon appears on the taskbar.  If
> you then pin that icon to the taskbar, it will be there even
> if emacs is not running.  The problem is that the icon
> apparently points to emacs.exe, so, if you click it when
> emacs is not already running, you wind up with that
> unnecessary and objectionable cmd window.  So I went to bin,
> found runemacs.exe, and told Windows to pin that to the
> taskbar, which it did.  Now, I can start Emacs without the
> cmd window, by clicking that taskbar icon.  The bad news is
> that when you minimize emacs, it creates yet another icon on
> the taskbar separate from the one for runemacs.

My workaround is to pin emacs.exe to the taskbar and runemacs.exe to the
start menu.  When I want to start Emacs I have to use the shortcut in my
start menu, but once it is running I can just use its taskbar icon as
normal.  This works reasonably well for me because I typically start
Emacs once per desktop session and then just leave it running...

--

-- 
Mark Shroyer
http://markshroyer.com/contact/


Gmane