spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

edit-server option is no longer working from brave browser

Open DrWaleedAYousef opened this issue 1 year ago • 2 comments

Description :octocat:

The server may not be working consistently. This problem is exhibited in two aspects. (1) when trying opening an attachment to an email, by presseing enter. (2) when trying to click on the edit symbol in a text-box in the browser to edit inside emacs; nothing happen.

Reproduction guide :beetle:

  • Start Emacs open the browser, go to any textbox where the blue little box showing "edit" is there. Try to click on it to take you to emacs to edit.

Or click on the attachment in an email, or choose to view, it does not open.

Observed behaviour: :eyes: :broken_heart: Clicking on this box has not effect.

Expected behaviour: :heart: :smile: It is expected to take you to emacs to start edition. It used to work previously. I do not know what happened.

System Info :computer:

  • OS: gnu/linux
  • Emacs: 28.2
  • Spacemacs: 0.999.0
  • Spacemacs branch: nil (rev. 0acf65c4c)
  • Graphic display: t
  • Running in daemon: nil
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(pandoc csv dap c-c++ php systemd
        (latex :variables latex-build-command "LatexMk" latex-enable-auto-fill t latex-backend 'lsp latex-build-engine 'luatex latex-view-pdf-in-split-window t latex-enable-magic t latex-refresh-preview t latex-enable-folding t)
        (bibtex :variables bibtex-enable-ebib-support t ebib-preload-bib-files
                '("~/MyDocuments/Phd/texmf/bibtex/bib/base/publications.bib" "~/MyDocuments/Phd/texmf/bibtex/bib/base/booksIhave.bib")
                ebib-file-search-dirs
                '("~/MyDocuments/Phd/PDF/")
                ebib-import-directory
                '("~/Downloads/"))
        lua
        (html :variable css-enable-lsp t less-enable-lsp t scss-enable-lsp t html-enable-lsp t web-fmt-tool 'web-beautify html-enable-leex-support t)
        web-beautify prettier gnus
        (git :variables git-enable-magit-gitflow-plugin t git-enable-magit-svn-plugin t)
        (yaml :variables yaml-enable-lsp t)
        (python :variables python-format-on-save t python-formatter 'yapf python-fill-column 99 python-backend 'lsp python-lsp-server 'pyright)
        (auto-completion :variables auto-completion-enable-help-tooltip t)
        better-defaults emacs-lisp
        (helm :variables helm-enable-auto-resize t helm-no-header t)
        (lsp :variables lsp-lens-enable t)
        (markdown :variables markdown-live-preview-engine 'vmd)
        (chrome :variables)
        multiple-cursors
        (org :variables org-enable-org-contacts-support t org-contacts-files
             '("~/.emacs.d.loadpath/Contacts-Imported.org")
             org-capture-templates
             '(("c" "Contacts" entry
                (file "~/Contacts-Imported.org")
                "* %(org-contacts-template-name))\n:PROPERTIES:\n:EMAIL: %(org-contacts-template-email)\n:END:")))
        (pdf :variables pdf-view-display-size 'fit-page)
        (shell :variables shell-default-shell 'eshell shell-default-height 30 shell-default-position 'bottom)
        (spell-checking :variables spell-checking-enable-auto-dictionary t)
        syntax-checking
        (treemacs :variables treemacs-use-follow-mode t treemacs-use-filewatch-mode t))
  • System configuration features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>

DrWaleedAYousef avatar Nov 04 '22 18:11 DrWaleedAYousef

Is this issue in your plan? Thanks so much

DrWaleedAYousef avatar Feb 02 '23 19:02 DrWaleedAYousef

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

github-actions[bot] avatar Feb 02 '24 19:02 github-actions[bot]