Skip to main content

Questions tagged [widget]

0 votes
1 answer
43 views

I have a file as: .... (require 'widget) .... (ert-deftest my-test () .... (widget-convert type) ...) .... I loaded the file with (load-file (buffer-file-name)) and no error. But when run tests ...
Mitu Gabriel's user avatar
1 vote
0 answers
160 views

I am using MSYS2 MINGW64, when I try to run the ..\configure command, with amongst other options the --with-xwidgets option, when running the command I get the following error: "configure: error: ...
Felipe Dilho's user avatar
1 vote
1 answer
80 views

I'm using menu-choice elisp widgets, and I find that a newline is inserted after each one, unlike say an editable-field widget. I would like to place multiple menu-choice widgets side-by-side (like a ...
martian's user avatar
  • 608
0 votes
0 answers
62 views

If I try to set up a buffer with just one integer widget, I have a very hard time editing the field. The initial value seems stuck there and, if I try to edit it away I get a End of file during ...
Marco Antoniotti's user avatar
0 votes
0 answers
139 views

a friend of mine recomended that I use a program called obsidian to make notes,and I quite liked the idea, but i didn't like the program. I have been searching and it seeams to me that org-roam in ...
user38135's user avatar
0 votes
0 answers
58 views

I've been perusing forms.el trying to find out how would one go about having a text input field in a buffer that can be edited, without any luck. I'm completely missing the part where the field is ...
Eduardo's user avatar
0 votes
0 answers
44 views

This is a follow-up on Creating buttons/input fields. I learned that forms (or rather its elements) in Emacs are called widgets and I am now experimenting on how I can get the best result for what I ...
Phoenix's user avatar
  • 381
3 votes
2 answers
138 views

So, I’m trying to add Customize support to packages that use a lot of plists, and where the value of pretty much any option can be either a single item or a list. I could have every single plist ...
Tina Russell's user avatar

15 30 50 per page