@hajovonta@mastodon.online avatar

hajovonta

@hajovonta@mastodon.online

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dekkzz76, to emacs
@dekkzz76@emacs.ch avatar

Are many people running the emacs 30 apk on android?

#emacs #android

hajovonta,
@hajovonta@mastodon.online avatar

@nickanderson
how does it work for you? Do you use the emacs apk on android?
@evgandr @dekkzz76

hajovonta, to emacs
@hajovonta@mastodon.online avatar

I'm trying to create an user interface where the user should be able to edit a list, including the adding, removing and ordering of items.

Unfortunately, with the ordering requirement, I'm a bit stuck - how is it usually solved in Emacs?

hajovonta,
@hajovonta@mastodon.online avatar

@screwtape My problem is not with sorting the list in Emacs Lisp. I want an user interface where the list can be reordered and items added/removed without touching any code.

I started with Emacs widgets, by listing the list items and adding checkboxes so that the user can check/uncheck the items. But unfortunately, this kind of interface doesn't support the changing of item order.

hajovonta,
@hajovonta@mastodon.online avatar

@mykhaylo
that's an option, thanks! But I never see this pattern anywhere, so I was wondering if my approach is fundamentally wrong.

@screwtape

hajovonta,
@hajovonta@mastodon.online avatar

@mykhaylo
well, "sorting" is kind of an automatic "ordering", but what I want is to allow the user to change the order manually.

@screwtape

hajovonta,
@hajovonta@mastodon.online avatar

@mykhaylo
It's important here. See, there is a set of columns, and I want to change the order of the columns. Search+filter doesn't help here.

@screwtape

hajovonta,
@hajovonta@mastodon.online avatar

@mykhaylo
Thanks for the idea. I'll think about it. One problem is that the set of columns is dynamically generated.

@screwtape

hajovonta,
@hajovonta@mastodon.online avatar

@mykhaylo
yeah, I was thinking the same. Thanks for the brainstorming.

The hiding of columns can be done the same way. I just need to come up with something to show hidden columns.

@screwtape

aclark, to random
@aclark@fosstodon.org avatar

Hey folks!

I'm the creator of Python @pillow & today is my birthday. Can I ask you for a favor?

I'm looking for a new role & I'd appreciate a boost. Check out my resume here:

I'm passionate about Python, open source & making a living with open source. What's the next move?

Thank you @willmcgugan for the nudge ❤️

hajovonta,
@hajovonta@mastodon.online avatar

@tshirtman he asked about the next move though... switching would be a good next move.

hajovonta,
@hajovonta@mastodon.online avatar

@tshirtman
Yeah, one must love python because it's popular.

I don't hate python, it's my go-to language when I can't use CL for some reason.

kickingvegas, to emacs
@kickingvegas@sfba.social avatar

Okay here's another Transient I've made a while back, in this case for Avy. A bit esoteric, but this has enabled me to get a lot more out of Avy than just using avy-goto-word-1 or avy-goto-char-timer. Wondering out loud if I should publish this on MELPA.

Also yes, I've read Karthik's post on using Avy wrong. I readily admit I'm not sophisticated enough to put filter-select-act into practice.

hajovonta,
@hajovonta@mastodon.online avatar

@kickingvegas
I think there's demand for them, these transients make life easier for many users, because it makes features more easily accessible.

I agree it wouldn't be a necessarily good thing to have transient libraries for the same packages though. I guess MELPA admins are aware of that.
@mykhaylo

hajovonta,
@hajovonta@mastodon.online avatar

@kelvie hm... I rarely use terminal emulators anymore, I mostly use Eshell nowadays.

hajovonta,
@hajovonta@mastodon.online avatar

@kelvie many people use vterm which is in many aspects better than ansi-term.

mattsheffield, to emacs
@mattsheffield@mastodon.social avatar

A question for the community: Is it possible to use the Tramp feature to connect to a remote Emacs daemon? I ask because I have a file which I always have open on a remote pseudo-tty, but sometimes it would be nice to use my desktop Emacs with its nice proportional fonts and custom sizes to edit.

I want to connect to the same remote daemon so I can see unsaved changes and not have to worry about sync.

hajovonta,
@hajovonta@mastodon.online avatar

@mattsheffield
No you can't - emacs "daemon" is not a server, the name"emacsclient" is confusing.

@amszmidt

hajovonta,
@hajovonta@mastodon.online avatar

@mattsheffield
Then you just need to route your ssh over those Unix sockets and you're done.

@amszmidt

hajovonta,
@hajovonta@mastodon.online avatar

@amszmidt
Nah, afaik nobody solved this. That's why I wrote it can't be done. Of course, with some ugly hacking it should be possible, but it's not worth the effort.

It's easier to open the file from the local box and never actually ssh into it, that would also solve the syncing problem.

Depending on the use-case, perhaps more "solutions" can be presented.

@mattsheffield

hajovonta,
@hajovonta@mastodon.online avatar

@mattsheffield
This is rather a dream instead of a real possibility. I remember exploring this several years ago, then failed.

My experience is that these problems often indicate something's off with the way of working.

@amszmidt

iuculano, to random
@iuculano@masto.ai avatar

When one person clogs up a I follow so completely, that no matter how long I , all I see is that one person's posts, one after the other, seemingly forever. Aaarrgghhh!!

hajovonta,
@hajovonta@mastodon.online avatar

@iuculano mute the person for a day, or mute it forever if it's a continuing problem.

hajovonta,
@hajovonta@mastodon.online avatar

@RememberUsAlways
I usually mute for 1-3 days, depending on how bad the behavior is (not in the absolute sense, but from the viewpoint of curating my experience), and I together with the mute I add a note for the account on the profile page. If a person accumulates a few mute notes, I mute them forever.

Worked so far, but I have no idea how would it work for crowded places.

@iuculano

awoodsnet, to vim
@awoodsnet@phpc.social avatar

People often talk about Emacs vs Vim. Every developer I’ve met uses Vim. Occasionally, some of the vim users will say they have previously emacs, but switched to vim.

So where are all the people who are currently using Emacs?

I’m not trolling or looking for an argument. I legit want to know!

hajovonta,
@hajovonta@mastodon.online avatar

@0x1de
Emacs people tend to open remote files and terminals from within their local Emacs, not the other way around. This is virtually a non-problem as far as you don't need to connect via serial or something esoteric like that.

@awoodsnet

hajovonta,
@hajovonta@mastodon.online avatar

@phundrak

That's an important point that I realized just now: if you share a profile with other people (like, there's a server and everyone uses the "root" to access it), you can't customize the look, feel and behavior, except if you use Emacs. In every other case you alter the config for everyone else too.

Nice!

@0x1de @awoodsnet

Ryan, to mastodon
@Ryan@mastodon.mackners.com avatar

Now I have , and in . Funny how communications on computers are easier to focus on without all the intense animations, colors and ads. I feel much more relaxed and ready to work when it's all texted based.

hajovonta,
@hajovonta@mastodon.online avatar

@xkummerer
Great! But what I really would like to see is a Teams client integrated into Emacs somehow. I guess it won't happen because MS doesn't expose an API and they are already walking the Path of Telemetry.

@debacle @Ryan

ErikJonker, to Ukraine
@ErikJonker@mastodon.social avatar

Ukraine and Poland are considering the scenario of protecting the western Ukrainian regions with Polish Patriot systems, Dmetro Kuleba has said (Minister of Foreign Affairs of Ukraine). That would be an excellent idea, a purely defensive, not escalatory move that protects civilians and infrastructure in western Ukraine. Other EU countries could also contribute.
@geopolitics

hajovonta,
@hajovonta@mastodon.online avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • rosin
  • thenastyranch
  • GTA5RPClips
  • tester
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • everett
  • Youngstown
  • mdbf
  • slotface
  • kavyap
  • JUstTest
  • cisconetworking
  • khanakhh
  • normalnudes
  • osvaldo12
  • cubers
  • tacticalgear
  • Durango
  • ethstaker
  • modclub
  • anitta
  • provamag3
  • Leos
  • lostlight
  • All magazines