Opened 6 months ago

Closed 6 months ago

#68728 closed defect (duplicate)

emacs-mac-app-devel @20231116 +multitty: fails in patch phase

Reported by: rottegift (Sean Doran) Owned by: amake (Aaron Madlon-Kay)
Priority: Normal Milestone:
Component: ports Version: 2.8.99
Keywords: Cc: amake (Aaron Madlon-Kay)
Port: emacs-mac-app-devel

Description

multitty variant patch file fails for emacs-mac-app-devel commit 5eef3cec8e920f89766080149f56f7c630b97649 update to 2023-11-16

log attached for "port patch emacs-mac-app-devel +multitty"

src/macterm.c.rej:

@@ -2946,6 +2946,7 @@
 {
   struct frame *f1;
   struct mac_display_info *dpyinfo = FRAME_DISPLAY_INFO (*fp);
+  struct frame *sf = SELECTED_FRAME ();

   block_input ();

@@ -2966,7 +2967,7 @@
     else
       f1 = XFRAME (mac_event_frame ());

-    if (f1)
+    if (f1 && sf->output_method != output_termcap)
       {
        /* Ok, we found a frame.  Store all the values.
           last_mouse_glyph is a rectangle used to reduce the

lisp/server.el.rej

@@ -1182,10 +1182,9 @@
                  ;; choice there.)  In daemon mode on Windows, we can't
                  ;; make tty frames, so force the frame type to GUI
                  ;; there too.
-                 (when (or (and (eq system-type 'windows-nt)
-                                (or (daemonp)
-                                    (eq window-system 'w32)))
-                           (eq window-system 'mac))
+                 (when (and (eq system-type 'windows-nt)
+                            (or (daemonp)
+                                (eq window-system 'w32)))
                    (push "-window-system" args-left)))

                 ;; -position +LINE[:COLUMN]:  Set point to the given

Attachments (1)

ll (139.2 KB) - added by rottegift (Sean Doran) 6 months ago.
"port patch emacs-mac-app-devel +multitty' log

Download all attachments as: .zip

Change History (3)

Changed 6 months ago by rottegift (Sean Doran)

Attachment: ll added

"port patch emacs-mac-app-devel +multitty' log

comment:1 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to amake
Status: newassigned
Summary: emacs-mac-app-devel : +multitty fails in patch phaseemacs-mac-app-devel @20231116 +multitty: fails in patch phase

comment:2 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: assignedclosed

Duplicate of #67908.

Note: See TracTickets for help on using tickets.