search for: eiher

Displaying 11 results from an estimated 11 matches for "eiher".

Did you mean: either
2003 Feb 01
1
Try for to use in read.pnm()
Hi, I don't obtain to use try to capture an error of read.pnm(). I was using: res <- try(read.pnm(file_name)) But I don't understand that the variable res represents, or eiher, as I can access its attrbites. Tks, Francisco. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Francisco J?nior, Computer Science - UFPE-Brazil "One life has more value that the world whole" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2003 Dec 30
0
3.0.0->3.0.1 = 2 problems - outlook & browsing fails
...oblem is was that users couldn't access other windows servers/workstation shares. Start -> run -> \\hostname or \\ip gave 2 different errors: "An extended error has occured" "The system cannot find message text for message number 0x in the message file for \\hostname." Eiher way, the shares list wasn't accessible. (Users couldn't print and so on). Sometimes, after a few minutes, I could open that machines share list, but when trying later, again failed. At the moment I downgraded my PDC to 3.0.0 and things started to work again. I'm able to open my mailbo...
2019 Apr 24
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't been created yet, or has already been destr...
2019 Apr 25
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...e I should commit anything.) > ><<----------- > >It seems that the suggestion was never followed up on? > >-pd > > >> On 24 Apr 2019, at 11:42 , peter dalgaard <pdalgd at gmail.com> wrote: >> >> I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. >> >> I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't been created yet, or has a...
2019 Apr 30
2
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...;>> It seems that the suggestion was never followed up on? >>> >>> -pd >>> >>> >>>> On 24 Apr 2019, at 11:42 , peter dalgaard <pdalgd at gmail.com> wrote: >>>> >>>> I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. >>>> >>>> I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't been creat...
2004 Jun 08
18
[ANNOUCE] iproute2 update
A new version of the iproute2 utilities is available to handle the new extensions for 2.6.7. * Based on the last known good version of iproute2 from Alexy * Included most of the vendor patches (except for the stupid ones). * Got rid of lots of the glibc workarounds, I intend this to build and run on 2.6 (and 2.4) only. * Fixed some parsing and formatting bugs. * Added gigabit as a rate.
2019 Apr 24
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...I might try it locally, but I'm not sure I should commit anything.) <<----------- It seems that the suggestion was never followed up on? -pd > On 24 Apr 2019, at 11:42 , peter dalgaard <pdalgd at gmail.com> wrote: > > I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. > > I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't been created yet, or has already...
2019 May 02
1
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...d up on? >>>>> >>>>> -pd >>>>> >>>>> >>>>>> On 24 Apr 2019, at 11:42 , peter dalgaard <pdalgd at gmail.com> wrote: >>>>>> >>>>>> I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. >>>>>> >>>>>> I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn&...
2019 Apr 27
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...lt;----------- >> >> It seems that the suggestion was never followed up on? >> >> -pd >> >> >>> On 24 Apr 2019, at 11:42 , peter dalgaard <pdalgd at gmail.com> wrote: >>> >>> I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. >>> >>> I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't been created yet,...
2019 May 02
0
[FORGED] src/modules/X11/devX11.c, can we remove "#if BUG" yet
...estion was never followed up on? >>>> >>>> -pd >>>> >>>> >>>>> On 24 Apr 2019, at 11:42 , peter dalgaard <pdalgd at gmail.com> wrote: >>>>> >>>>> I don't recall exactly what I did 18 years ago eiher and I likely don't have the time to dig into the archives and reconstruct. >>>>> >>>>> I can imagine that the issue had to do with the protocol around creating and mapping windows. Presumably the segfault comes from looking for events on a window that hasn't b...
2019 Apr 20
3
src/modules/X11/devX11.c, can we remove "#if BUG" yet
Dear R Devel, I know that someone put this line in src/modules/X11/devX11.c:2824 for a reason, because commenting it out causes R to miss an important ConfigureNotify event in my window manager. The result is that plots are initially drawn off the window borders, unreadable. R_ProcessX11Events((void*) NULL); Unfortunately for me, this line is commented in the standard release of R, it has