Md Arif Shaikh

Results 18 comments of Md Arif Shaikh

Experiencing the same issue where lsp-mode over tramp freezes emacs after few seconds.

While this fixed the key binding issue, I am having trouble with actually making it work with pdf-tools. Here is my config for `lsp-latex` [link](https://github.com/md-arif-shaikh/.emacs.d/blob/main/emacs.org#latex) . When I invoke `M-x...

This what I get ``` Command "~/.cargo/bin/texlab" is present on the path. Command "digestif" is not present on the path. Command "texlab" is not present on the path. Command "~/.cargo/bin/texlab"...

This is what the "texlab.log" looks like ``` TRACE - Received message: {"jsonrpc":"2.0","method":"initialize","params":{"processId":null,"rootPath":"/home/arif/test","clientInfo":{"name":"emacs","version":"GNU Emacs 27.1 (build 1, x86_64-conda-linux-gnu, X toolkit, Xaw scroll bars)\n of 2020-12-24"},"rootUri":"file:///home/arif/test","capabilities":{"workspace":{"workspaceEdit":{"documentChanges":true,"resourceOperations":["create","rename","delete"]},"applyEdit":true,"symbol":{"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"executeCommand":{"dynamicRegistration":false},"didChangeWatchedFiles":{"dynamicRegistration":true},"workspaceFolders":true,"configuration":true},"textDocument":{"declaration":{"linkSupport":true},"definition":{"linkSupport":true},"implementation":{"linkSupport":true},"typeDefinition":{"linkSupport":true},"synchronization":{"willSave":true,"didSave":true,"willSaveWaitUntil":true},"documentSymbol":{"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]},"hierarchicalDocumentSymbolSupport":true},"formatting":{"dynamicRegistration":true},"rangeFormatting":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"codeAction":{"dynamicRegistration":true,"isPreferredSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"resolveSupport":{"properties":["edit","command"]},"dataSupport":true},"completion":{"completionItem":{"snippetSupport":true,"documentationFormat":["markdown"],"resolveAdditionalTextEditsSupport":true},"contextSupport":true},"signatureHelp":{"signatureInformation":{"parameterInformation":{"labelOffsetSupport":true}}},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"hover":{"contentFormat":["markdown","plaintext"]},"foldingRange":{"dynamicRegistration":true},"callHierarchy":{"dynamicRegistration":false},"publishDiagnostics":{"relatedInformation":true,"tagSupport":{"valueSet":[1,2]},"versionSupport":true}},"window":{"workDoneProgress":true}},"initializationOptions":null,"workDoneToken":"1"},"id":25} TRACE - Sent message: Content-Length:...

I tried giving the full path for `emacsclient`. Unfortunately, the message is the same.

``` Emacs version: GNU Emacs 27.1 (build 1, x86_64-conda-linux-gnu, X toolkit, Xaw scroll bars) of 2020-12-24 OS: Pop!_OS 20.10 ```

Hi, Thanks a lot for reporting this. I realized that `UK/London` is not a valid `time-zone` name and one should use only `Europe/London`. Currently, the package does not raise an...

Hi, thanks for reaching out. `tzc` does not support timezone abbreviations like, `EST` or `EDT` since these are not unambiguous, instead it uses the city and area-based names like `America/New_york`...

Hi @jayrajput, thanks for submitting this issue and nice to meet you. These suggestions are really nice and would be great to have these features in the package. - I...

you can now use `zoneinfo-style-world-list` as the `tzc-favourite-time-zones-alist`. `(setq tzc-favourite-time-zones-alist zoneinfo-style-world-list)`