[h-e-w] Re: browse-url-firefox opens url in 2 tabs

2008-09-19 Thread Sivaram Neelakantan
"Joe Casadonte" <[EMAIL PROTECTED]> writes: > Anyone? No one else has run into this? > > On 14 Sep 2008, Joe Casadonte wrote: > >> Just upgraded to 22.2.1 from 21.x and I'm running into a browse-url >> problem. I can see that this has been reported as a big already >> (google search of gnu.emacs

[h-e-w] Re: emacs-20100523 windows binaries

2010-05-24 Thread Sivaram Neelakantan
On Sun, May 23 2010,Sean Sieger wrote: > The trunk was built and runs successfully on Windows. Binaries have > been published in > > http://alpha.gnu.org/gnu/emacs/windows/ > > > Pardon me for asking but these are pretest binaries(or initial builds) of the next 24.0 release? sivaram --

[h-e-w] Re: ediff problem on Cygwin

2010-06-24 Thread Sivaram Neelakantan
On Tue, Jun 22 2010,Uday S Reddy Uday S Reddy wrote: > I saved a bunch of Emacs custom options into a file and wanted to > compare them with another version of the same. > > Running ediff on them says: > > "Files saved-options and saved-options2 differ" > > in an ediff-errors buffer. > > Runni

[h-e-w] PNG image dlls

2011-05-02 Thread Sivaram Neelakantan
I have downloaded the libpng dlls from the gnuwin32 website but I can't seem to find the following DLLs in the same website. "libpng12d.dll" "libpng.dll" "libpng13d.dll". Can anyone help in pointing me to a site where I can download the same? Or send them to me in an email? I'm able to see

Re: [h-e-w] PNG image dlls

2011-05-03 Thread Sivaram Neelakantan
On Tue, May 03 2011,Eli Zaretskii wrote: >> From: Sivaram Neelakantan >> Date: Tue, 03 May 2011 12:11:13 +0530 >> User-Mail-Address: nsivaram@gmail.com >> >> I have downloaded the libpng dlls from the gnuwin32 website but I >> can't seem to fi

Re: [h-e-w] emacs-20110510 windows binaries

2011-05-12 Thread Sivaram Neelakantan
On Thu, May 12 2011,Sean Sieger wrote: > Sean, you can start including GnuTLS support. Do you need anything done > on the Emacs side? > > gnutls.h was on the include path of the build on Tuesday. > > > Does this mean that we can setup secure connections for email without any external bin

Re: [h-e-w] emacs-20110510 windows binaries

2011-05-17 Thread Sivaram Neelakantan
On Sat, May 14 2011,Sean Sieger wrote: > Sivaram Neelakantan writes: > > Does this mean that we can setup secure connections for email without > any external binaries like gnutls-cli? Presuming that Emacs is built > with TLS support along with any DLLs that may be

Re: [h-e-w] suggestion for emacs*bin*zip

2011-10-04 Thread Sivaram Neelakantan
On Sat, Oct 01 2011,Bob Qualls wrote: > "Setting up Emacs Org-mode for Windows on Vimeo" at http://vimeo.com/16533939 > > > This link should be included in that .zip file, my opinion. .I had a > difficult time getting my Emac install completed because I couldn't > find the .emacs file. The Russe

[h-e-w] Unable to launch cygwin bash (M-x shell) in win 7 64 bit

2012-07-30 Thread Sivaram Neelakantan
I've run into this problem and I don't know where to start. I got a new laptop and went about installing all the usual bits of software, Emacs and Cygwin. Things mostly work as advertisedhowever when I do M-x shell, I get let: Symbol's value as variable is void: font-lock-defaults-alist Err

Re: [h-e-w] Unable to launch cygwin bash (M-x shell) in win 7 64 bit

2012-07-30 Thread Sivaram Neelakantan
On Mon, Jul 30 2012,Gary Oberbrunner wrote: > Do M-x set-variable debug-on-error t and make it happen, then look at > the stack trace. It'll probably be obvious from there. It's not > directly related to your cygwin config, it's something about font-lock > mode. I don't have a font-lock-defaults

Re: [h-e-w] Unable to launch cygwin bash (M-x shell) in win 7 64 bit

2012-07-30 Thread Sivaram Neelakantan
On Mon, Jul 30 2012,Sarir Khamsi wrote: [snipped 9 lines] > What version of Emacs are you running? 24.1 Well, I fixed the font issue as mentioned in my previous post but now am at a new issue which seems to be not resolved yet. "bash: cannot set terminal process group (-1): Inappropriate ioct

Re: [h-e-w] Emacs csharp-mode ― configuration of code completion

2012-07-31 Thread Sivaram Neelakantan
On Tue, Jul 31 2012,Will King wrote: > Dear All [snipped 112 lines] > > The following message happens when I attempt code completion with Alt + . , > which is bound to the cscomp-complete-at-point-menu function > > setq: Symbol's value as variable is void: Exception > > Any thoughts about

Re: [h-e-w] Unable to launch cygwin bash (M-x shell) in win 7 64 bit

2012-07-31 Thread Sivaram Neelakantan
On Tue, Jul 31 2012,Stephen Leake wrote: > Sivaram Neelakantan writes: > >> "bash: cannot set terminal process group (-1): Inappropriate ioctl for device >> bash: no job control in this shell" >> >> is what I get when I launch shell. It works but

Re: [h-e-w] Unable to launch cygwin bash (M-x shell) in win 7 64 bit

2012-08-01 Thread Sivaram Neelakantan
On Wed, Aug 01 2012,Stephen Leake wrote: [snipped 30 lines] > > However, I get one default prompt, then the prompt I've set. That's > because .emacs_bash is run as the first command the shell executes; it > is created, gives one prompt, then runs .emacs_bash. > > So is this only on the first line

Re: [h-e-w] Unable to launch cygwin bash (M-x shell) in win 7 64 bit

2012-08-01 Thread Sivaram Neelakantan
On Wed, Aug 01 2012,Drew Adams wrote: >> Looks like (require 'setup-cygwin) was interfering with HOME and other >> details and that's why things were getting borked. Removed the above >> package and it reads the .enacs_bash file correctly. > > I don't think `setup-cygwin.el' changes HOME. > I pr

Re: [h-e-w] New build for MS-Windows

2013-01-02 Thread Sivaram Neelakantan
On Wed, Jan 02 2013,Dani Moncayo wrote: [snipped 7 lines] >> [1] https://www.dropbox.com/sh/7jr3vbv9tm1zod0/jPuvfrJAe8 > > From now on, I'll stop posting these repetitive messages. Anyone > interested just check the above URL. If it's not too much of a bother, please do mail the list when you

Re: [h-e-w] Not all files displayed in directory listing

2013-04-19 Thread Sivaram Neelakantan
On Sat, Apr 20 2013,bsamek wrote: > If I do 'M-x shell' and type 'dir', it doesn't display every file. The java > executables are missing (http://i.imgur.com/7JwyDED.png). I also can't > invoke 'java' from the Emacs shell. What's going on? > > Thanks, > > Brian > [snipped 7 lines] what is your

[h-e-w] Emacs daemon and emacsclientw configuration

2017-04-29 Thread Sivaram Neelakantan
I've gone through the wiki site but I'm unable to get emacsclientw to work. Does anyone have a configuration steps available please to set up the daemon as well as emacsclientw? sivaram --

Re: [h-e-w] Emacs daemon and emacsclientw configuration

2017-04-29 Thread Sivaram Neelakantan
On Sat, Apr 29 2017,Eli Zaretskii wrote: >> From: Sivaram Neelakantan >> Date: Sat, 29 Apr 2017 12:57:23 +0530 >> >> I've gone through the wiki site but I'm unable to get emacsclientw to work. > > What does this mean, exactly? What did you try and w

Re: [h-e-w] Emacs daemon and emacsclientw configuration

2017-04-29 Thread Sivaram Neelakantan
On Sat, Apr 29 2017,Eli Zaretskii wrote: [snipped 33 lines] > What exactly are you trying to accomplish by following these > instructions? That is, how would you like to invoke Emacs on that > system? Maybe if you tell that, we can give you alternative > instructions that will work. > Well, I

Re: [h-e-w] Emacs 25.2 & 25.3 is very slow and lags on Windows 10, 64 bit

2017-10-10 Thread Sivaram Neelakantan
On Tue, Oct 10 2017,Daniel Hannaske wrote: [snipped 18 lines] > > To be sure that my config and some external packages is causing that > issue I checked if the lagging also occurs with a fresh install without > any config files. And yes that lagging occured there as well. > > > If I load in tho

Re: [h-e-w] Emacs 25.2 & 25.3 is very slow and lags on Windows 10, 64 bit

2017-10-12 Thread Sivaram Neelakantan
On Wed, Oct 11 2017,Daniel Hannaske wrote: > I got Emacs from the main GNU ftp server > (http://ftp.gnu.org/gnu/emacs/windows/). The org file isn't that big. It > has 500 lines and only headings, some text and Lisp Babel blocks. > > Today I tried it again at home and at work and Emacs was behaving

PATH weirdness with Emacs and cygwin64

2020-06-02 Thread Sivaram Neelakantan
With GNU Emacs 26.3 (build 1, x86_64-w64-mingw32) of 2019-08-29 and using cygwin64, if I do (executable-find "pyls")==> nil however if I do C-u !pyls -h usage: pyls [-h] ... C-u !which pyls /usr/bin/pyls or if I launch M-x shell and invoke pyls it finds it. Net result is, if I open a py file

Re: where does Emacs source the shell configuration files from?

2024-10-04 Thread Sivaram Neelakantan
On Fri, Oct 04 2024,Eli Zaretskii wrote: >> From: Sivaram Neelakantan >> Date: Fri, 04 Oct 2024 18:40:15 +0530 >> User-Mail-Address: nsivaram@gmail.com >> >> on GNU Emacs 29.4 (build 2, x86_64-w64-mingw32) of 2024-07-05, when I >> invoke M-x shell, I get

where does Emacs source the shell configuration files from?

2024-10-04 Thread Sivaram Neelakantan
on GNU Emacs 29.4 (build 2, x86_64-w64-mingw32) of 2024-07-05, when I invoke M-x shell, I get garbled characters which seem to go away with with setting PS1; see below --8<---cut here---start->8--- bash: cannot set terminal process group (-1): Inappropriate ioct

Re: Pre-compiled Emacs 30.1 binaries for Windows are available

2025-02-25 Thread Sivaram Neelakantan
On Sun, Feb 23 2025,Corwin Brust wrote: [snipped 6 lines] [snipped 99 lines] > > For Windows users, please note that the self-installer has been in > significant part rewritten in this version. For those publishing > self-builds on/for Windows please note that > admin/nt/dist-build/build-deps-