sbbs.el

Ticket Change Details
Login
Overview

Artifact ID: 2316c061e74785c62ba0062937ae282e7615afd84b01bad51c4e76768f80bee3
Ticket: 812dd05990ab26898629526aa7e34bbace3c6e09
Don't leave failed buffers lying around
User & Date: anonymous on 2020-05-31 12:20:50
Changes

  1. foundin changed to: "0.1.0"
  2. icomment:
    When a HTTP request fails, the buffers seem to not be cleaned up. Eval
    
    <pre>
    (length (seq-filter (lambda (b)
    		      (string-match-p " \\*http textboard\\.org"
    				      (buffer-name b)))
    		    (buffer-list)))
    </pre>
    
    and you'll probably get a value greater than zero, even though you're not using sbbs.el anymore.
    
  3. login: "anonymous"
  4. mimetype: "text/html"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "Don't leave failed buffers lying around"
  8. type changed to: "Code_Defect"