fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.31k stars 117 forks source link

GhostText doesn't send data in Firefox #127

Closed the-nipper closed 5 years ago

the-nipper commented 6 years ago

Setup

System: Linux kernel 4.4.0 64bit Browser: Chromium 63. / Firefox 57.0.4 / Waterfox 55. Editor: Emacs 24.5.1

Description

Imported GhostText in all three browsers, and setup Emacs with atomic-chrome package.

Port 4001 is set. tcpdump shoes traffic on :4001 when Chromium is used, but no activity when Firefox/Waterfox is used

WJCFerguson commented 5 years ago

Is this still an issue, because I'm using Emacs / atomic-chrome on Linux and it works for me.

Emacs 26.1 atomic-chrome.el v2.0.0 GhostText: 17.12.11.910 Firefox: 64

ntc2 commented 5 years ago

Also using Emacs / atomic-chrome on Linux with no problems:

Browser: Firefox 64.0 on Ubuntu 18.04 Editor: Emacs 25.2.2

@bfred-it this issue can probably be closed as stale.

sphakka commented 5 years ago

Please anybody post their emacs config 'cause it's not working (as per OP's report) with my setup: Emacs-26.1 + FireFox Quantum 64.0 :-(

ntc2 commented 5 years ago

@sphakka my entire setup is

sphakka commented 5 years ago

The issue is the port number: apparently no other value than 4001 works (nmap confirms) -- possibly an atomic-chrome's bug. @ntc2, could you please try a different port?

ntc2 commented 5 years ago

@sphakka could you give more detail on the setup you want me to try? Looking at that bug you link to I see

(setq atomic-chrome-server-ghost-text-port 4441)

Is that the only setting you want me to try? Or should I also change some port setting in the GhostText browser plugin?

sphakka commented 5 years ago

@ntc2, the port number must also be changed in GhostText: it's the only option available at the bottom of the addon's preferences page.

ntc2 commented 5 years ago

@sphakka Changing the port works for me in Firefox. Steps:

I can still edit text areas in Emacs using GhostText with this setup.

Software versions:

the-nipper commented 5 years ago

No issue anymore with Firefox 65.0.1, Ghosttext 17.12.11.910

Thank you all.

sphakka commented 5 years ago

All right for me too -- I had the start statement in the wrong position ^-^