Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2419 - 2448 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2419 Gomes, Pedro (NSN - P...
azynheira Send Email
Sep 23, 2009
3:42 pm
Hi All, Solution to the problem (I believe!) Replace line 1507 of clearcs.emf by the above line: (just a wrong variable) insert-string &spr "cd %s\nClearCase...
2420 Steven Phillips
bill@... Send Email
Sep 23, 2009
4:02 pm
Pedro, You have identified the issue and your fix will improve things, where it will slightly fail is when you do a diff of more than one file - your solution...
2421 azynheira Send Email Sep 23, 2009
4:12 pm
Hi Steve, You're quite right! I tested it and it works! Thanks, Pedro...
2422 Jon Green
bigfatmrmoose Send Email
Sep 23, 2009
7:36 pm
... Quite correct, worth 50 cents. Fixed. Setting the indent-width is also not valid any more because this is performed as part of the major mode. So I have...
2423 Tom Hundt
thundt Send Email
Sep 25, 2009
8:33 pm
What's the story with UTF-8 support in ME? I've seen no mention of it anywhere. (For that matter, there's no support of Unicode, in general. Right?) It...
2424 Tom Hundt
thundt Send Email
Sep 25, 2009
8:39 pm
What's the word on UTF-8 support in ME?  I've seen no mention of it anywhere.  (For that matter, there's no support of Unicode, in general, right?) UTF-8...
2425 Jon Green
bigfatmrmoose Send Email
Sep 25, 2009
11:54 pm
... Hi Tom, Bad news is nothing so far... we have lightly touched on it but neither of us has had enough time to do anything about it. We think that UTF-8 ...
2426 Tom Hundt
thundt Send Email
Sep 26, 2009
12:18 am
Hi, I'm having the following issue running the 20090909 release on CentOS Linux. Upon running the X11 version of the program, the window height expands to fill...
2427 Jon Green
bigfatmrmoose Send Email
Sep 26, 2009
9:05 am
... Hi Tom, You are not alone. I have seen this on Ubuntu 9.04 as well and am trying to figure out what it is. I don't think that there is a problem with with...
2428 Jon Green
bigfatmrmoose Send Email
Sep 26, 2009
2:59 pm
... Hi Tom, Attached is a fix. Regards Jon....
2429 Tom Hundt
thundt Send Email
Sep 26, 2009
3:41 pm
Thanks. I agree, I bet the x server is giving it a wrong value. It's almost like they were reversed, or something. -Tom ... -- Thomas Hundt <tom@...>...
2430 Jon Green
bigfatmrmoose Send Email
Sep 26, 2009
6:43 pm
... Hi Tom, There is now a new source bundle on www.jasspa.com dated 20090926. The main fixes in this are: * Linux build fix with GCC 4.3.3 * Linux fix for...
2431 Gomes, Pedro (NSN - P...
azynheira Send Email
Sep 30, 2009
12:39 pm
Hi All, Just found out that the global mode 'quiet&#39; as explained in the documentation does not exist and it was (somewhere in time) replaced by the global...
2432 Jon Green
bigfatmrmoose Send Email
Sep 30, 2009
12:50 pm
... Thanks. You studying the ME doc for a thesis or something? Jon....
2433 Tom Hundt
thundt Send Email
Oct 2, 2009
12:28 am
When I write code in PHP, the comments (using the built-in formatter) come out like this (with an extra space before the '*' on each of the continuation lines)...
2434 azynheira Send Email Oct 5, 2009
4:57 pm
Hi, If one tries to use the notes application by pressing F8 or executing 'notes&#39; in the modeline the application will crash. The problem is in the...
2435 Steven Phillips
bill@... Send Email
Oct 5, 2009
9:37 pm
Pedro, Have you built ME as a 64bit app? I.e. is the size of a pointer 8 bytes? If so you are opening a much bigger can of worms - I would be very surprised if...
2436 Jon Green
bigfatmrmoose Send Email
Oct 5, 2009
10:40 pm
... I think the gcc flag is -m32 for a 32-bit build. There is a problem with the source code which is a bit naughty (ideally solved using a common header) and...
2437 azynheira Send Email Oct 6, 2009
7:50 am
Hello All, Yes I did, the first thing I did was check the sizeof of pointers and stuff and its : - 8 bytes for pointers - 8 bytes for longs - 4 bytes for ints ...
2438 azynheira Send Email Oct 6, 2009
7:55 am
Hi All, Sorry but just for completion, I've been doing a lot of hacking (read programming) in my AMD64 box with the 64bit build and besides the problem...
2439 Steven Phillips
bill@... Send Email
Oct 6, 2009
8:09 am
Pedro & Jon, I would be amazed if this was the only issue, I wrote a lot of the code and at the time every byte saved was important which is why some fields ...
2440 azynheira Send Email Oct 6, 2009
10:37 am
Hi All, My proposal is to do as Steve has proposed. I will have to do it on my home PC. Maybe a good idea would be to also pass valgrind over the whole code,...
2441 Tom Hundt
thundt Send Email
Oct 6, 2009
6:03 pm
Okay, re my strange resizing problem (super tall, super skinny windows) I've figured it out. (It finally dawned on me to run 'me -v\$debug=3' and just step...
2442 Jon Green
bigfatmrmoose Send Email
Oct 6, 2009
6:21 pm
... Did you still have this problem with 20090926? Thanks Jon...
2443 azynheira Send Email Oct 8, 2009
7:56 am
Hi Steven, Yesterday I did some further investigation on this and the Segfault only appears if the notes files needs to be created (you are asked the notes...
2444 azynheira Send Email Oct 9, 2009
1:38 pm
Hi All, I did some tests on the AMD64 platform redefining typedef signed int meInt ; typedef unsigned int meUInt ; into typedef signed long meInt ; ...
2445 Jon Green
bigfatmrmoose Send Email
Oct 9, 2009
3:58 pm
... I am still wondering why you need to build a 64-bit version? Does a 32-bit version not run? Can you not build with -m32? Jon...
2446 Jon Green
bigfatmrmoose Send Email
Oct 10, 2009
6:01 pm
... Hi Pedro, I now understand what you are doing and you have been right to be persistent - we need to fix this. Your assessment was correct that spelling...
2447 azynheira Send Email Oct 10, 2009
7:12 pm
Hi Jon, I saw the beta testing source and in fact you were much more of an engineer than I was :P. I just picked my big hammer and marched over the whole code...
2448 Jon Green
bigfatmrmoose Send Email
Oct 12, 2009
11:50 am
... Hi Pedro, The final version is here (2009/10/11) http://www.jasspa.com/release_20090909/debian/ http://www.jasspa.com/release_20090909/rpm/ I have deleted...
Messages 2419 - 2448 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help