Hi Chip and Vim developer! NOTE: I received by e-mail directly to the following reply from Chip.
On 2015/12/10 1:31, Charles E Campbell wrote: > h_east wrote: >> Hi Chip, >> >> 2015-12-9(Wed) 8:26:41 UTC+9 Charles Campbell: >>> Hello! >>> >>> Bram asked me to send you my small script which evokes a problem I'm >>> having with Patch #866. To use it: >>> >>> vim -u NONE Hang.vim >>> :set nocp >>> :so % >>> :Hang >>> >>> What happens: Hang sets up a remote gvim server which also sources >>> Hang.vim. The server then gets told to call Hang#ToClient() which uses >>> server2client() to send the string "server's reply". The :Hang command >>> has the client wait for a reply -- which, with patch#866, it doesn't >>> get. Without patch#866, the communications work properly. Hope you can >>> fix this! RIght now I'm running a vim without patch#866 because a >>> script I use uses this type of communications procedure. >> I can not reproduce it. Works properly. >> >> Did you check the following reply from Bram? >> https://groups.google.com/d/msg/vim_dev/21M-4aY3BQA/D2zNiua3BAAJ >> B> Did you also include the patches after that which fixed some problems? >> B> At least 7.4.897 and 7.4.928. >> >> What OS are you using? >> What version of your Vim? >> >> >> Below is the environment that I was confirmed: >> >> -------- >> OS env >> >> $ uname -a >> Linux localhost.localdomain 4.1.10-100.fc21.x86_64 #1 SMP Mon Oct 5 14:21:25 >> UTC 2015 x86_64 x86_64 x86_64 GNU/Linux >> >> $ cat /etc/redhat-release >> Fedora release 21 (Twenty One) >> >> -------- >> Vim env >> >> configure option: >> --with-features=huge --enable-fail-if-missing --enable-gui=gnome2 >> >> :ver >> VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 9 2015 09:59:20) >> Included patches: 1-963 >> Compiled by [email protected] >> Huge version with GTK2-GNOME GUI. >> ... >> >> -------- >> Confirm result: >> >> The following message has been displayed in the vim. >> GOT HERE#1 >> GOT HERE#2 >> GOT HERE#3 >> server's reply >> Press ENTER or type command to continue >> >> The following message has been displayed in the gvim. >> GOT HERE#3 >> GOT HERE#4 >> Press ENTER or type command to continue >> >> -- >> Best regards, >> Hirohito Higashi (a.k.a h_east) > cec/ gs-mesa-xorn? uname -a > Linux gs-mesa-xorn.ndc.nasa.gov 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue > Sep 9 13:45:55 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux > > cec/ gs-mesa-xorn? cat /etc/redhat-release > Scientific Linux release 6.7 (Carbon) > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 7 2015 10:54:29) > Included patches: 1-963 > Compiled by snip > Huge version with GTK2 GUI. > > The server side shows GOT HERE#3 and GOT HERE#4, but the client side > only shows GOT HERE#1 and GOT HERE#2 -- and is hung waiting for the reply. Do NOT send a mail to personal without vim_dev, about vim_dev's topic. Please share the information to vim_dev mailing-list. It is not SPAM. It is important information. What is the reply chain? It's your self-indulgence convenience! I don't understand your opinion. But, personal direct mail is bad. Repeat. Please share the information to vim_dev mailing-list. -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
