sazam0

Results 7 comments of sazam0

it only uses `vhdl-mode-hook`, does it cover verilog and systemverilog by itself?

my bibtex file generated by Mendeley has an "abstract" field and it contains the abstract of the paper. So far it fills the abstract from all major publications (e.g., IEEE,...

> > I just ran into this issue when installing `vhdl_ls` with `cargo install vhdl_ls`. Is this considered an issue and if not, what is the intended way to handle...

I have, it ignores the `lines: ....` and transcludes the whole file. I am asking if is there any way (emacs hacks) possible? Please excuse me, if I am wrong,...

Hi, @akashpal-21 Thank you for the solution, here I tried to keep the same syntax, otherwise so many regular expressions make the editing more painful. The following code does what...

@akashpal-21 , Thank you for your guideline. The following code works for me: ``` (setq property-key-file "PFILE") (setq property-key-line "PLINES") (defun transclusion-get-property-line-numbers(fn-name string) " around advice function for 'org-transclusion-keyword-value-lines' translate...