Feraidoon Mehri

Results 385 comments of Feraidoon Mehri

I also have this problem on a single-monitor laptop: ![image](https://user-images.githubusercontent.com/36224762/134206472-b668bf5a-cc29-4027-ba56-ddf9a89a1f56.png)

Patching the mentioned line, the problem is that the frame is not soft-wrapping at all: ![image](https://user-images.githubusercontent.com/36224762/134207360-f18f2356-2842-46e2-a0f1-787eeebe181a.png)

To fix this, I needed to add `(toggle-truncate-lines -1)` to the end of the function `company-box-doc--make-buffer`. ```elisp (defun company-box-doc--make-buffer (object) (let* ((buffer-list-update-hook nil) (inhibit-modification-hooks t) (string (cond ((stringp object) object)...

I liked your front-end, and so I have started wondering if there are other good alternative front-ends. :) On Thu, Jun 7, 2018 at 1:35 PM Sebastien Chapuis wrote: >...

I was just going to open a feature request for `...`. :D I think the ellipsis notation can be turned even more powerful by adding the ability to name the...

You can also add the other orders with different names. E.g., `einsum2`. I have done this for common CLI tools such as `cp` and `mv`, and I use both functions...

[**@sharkdp**](https://github.com/sharkdp) commented on [Oct 9, 2021, 12:36 AM GMT+3:30](https://github.com/sharkdp/fd/issues/315#issuecomment-939115799 "2021-10-08T21:06:29Z - Replied by Github Reply Comments"): > To be honest, I haven't really seen a reasonable use case for AND...

> @SicariusNoctis `--exclude` would work for your case as well: > > ```shell > fd -E 'keep*' -X rm > ``` @sharkdp Why not add an `--exclude-regex`?

> As you see we don't agree (and we can't, because we are different persons not robots ;)) what should be the default behavior. This is why the configuration file...

@kpym Another solution is to create a wrapper using, e.g., python.