Skip to main content

Questions tagged [networking]

0 votes
1 answer
27 views

I started getting my feet wet with what is a complex topic in elisp, data serialize/de-serialize. In the example below, i have a binary data with only one field, a 16-bit number. It is represented by ...
Saravana's user avatar
  • 2,139
0 votes
1 answer
38 views

I switched to Emacs 29.1 recently (from Emacs 26). I had this working function: (require 'request) (require 'json-mode) (defun get-inspire-json-from-id (TYPE INSPIRE_ID) "It returns, from the ...
Gabriele's user avatar
  • 1,720
1 vote
1 answer
137 views

I'm configuring simple-httpd so I can access my elfeed remotely and would like to automatically detect the IP address of the host (since I use the config across machines and want to set it dynamically)...
slackline's user avatar
  • 377
1 vote
1 answer
79 views

After pushing some changes to a remote repository using magit, Emacs shows this process running: git-credenti... 72390 run *git-creden... /dev/pts/1 git credential-cache--daemon /home/pedro/....
Pedro Delfino's user avatar
1 vote
1 answer
78 views

The code constantly prints server-process: nil instead of the server process name: -*- lexical-binding: t; -*- (let* ((port 1234) (server-process 'something)) (setq server-process (...
Damien Cassou's user avatar
10 votes
2 answers
5k views

I'm currently hacking on an elisp IRC bot and have a section of code that I want to enable only when it's run on a remote machine with a specific hostname. However, I couldn't find any premade ...
wasamasa's user avatar
  • 22.6k
2 votes
0 answers
382 views

make-network-process fails on Emacs25 (25.1.50.2 2016-07-03) when loaded with -q and -Q and trying to eval the following example: (make-network-process :name "*server2*" :type nil ; stream :server ...
Joe's user avatar
  • 1,352
4 votes
1 answer
248 views

I want to find the IP addresses of all network interfaces in an elisp program. I tried this: (mapcar (lambda (if) (cons (car if) (network-interface-info (car if)))) (network-interface-...
legoscia's user avatar
  • 5,742

15 30 50 per page