-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browse-at-remote broken in MELPA / on master with 28.1 #97
Comments
Hello, I'm wondering if you have something specific set in your config.
I also just checked master from MELPA and it works fine for me. I guess it may be a local issue |
Full Emacs version: |
Oh okay, I found some additional info. I have this setting for another repo (censored slightly):
Having this setting breaks In any case, removing this setting allows |
I dont't it was deprecated, but i'm seeing that format of this defcustom is slightly diff from what you're adding https://github.com/rmuslimov/browse-at-remote/blob/master/browse-at-remote.el#L76 Can you try adjusting to format with :host / :type fields as in the example above |
That does fix it! How strange. I wish I could remember where I got the first config line; it worked as expected for a long time. Thank you so much for helping out, I never really expect that from community maintainers ❤️ Hopefully this issue will help someone in the future searching Google and save you the trouble. For future reference the working config line looks like:
|
I think this sort of breaking change could have been handled a bit more gracefully by this package... as it breaks all users who have customized The problem seems to be here: |
Running into this issue on some but not all files in a repo today. I have no browse-at-remote customizations and it's just a regular github non-enterprise repo.
This was setup as ssh, but I changed to https to try to resolve the problem
|
@drewwells That looks like a very different issue. It seems your problem comes from using a local remote, and nothing with configuration. Please take care about posting unrelated issues in existing threads, as doing so notifies a lot of people who can't help you with your problem. |
It's not a local remote as can be seen in Best I can tell, this is an issue with using ssh vs https for connecting to the remote. |
Hi I'm using Emacs 28.1 and I recently updated all my packages, and noticed that
browse-at-remote
is completely broken onmaster
and in the version on MELPA. Whenever I runbrowse-at-remote
I get the following traceback on the version frommaster
manually installed, or the latest from MELPA fetched w/use-package
orpackage-install
nota bene that this occurs even with a completely vanilla GitHub repository -- this one isn't doing anything fancy and merely points to my Emacs configs here on GitHub.
I am able to work around this issue by installing the last tagged release, so something between that and
master
appears to be breaking things.I hope this report helps bring your attention to the issue and sorry that I don't know what else info might be helpful to resolve it!
The text was updated successfully, but these errors were encountered: